From 919d775a73db0e4f62959faa78dc6bf09fc6dc69 Mon Sep 17 00:00:00 2001 From: orianelou <126462046+orianelou@users.noreply.github.com> Date: Thu, 5 Dec 2024 14:42:04 +0200 Subject: [PATCH] Update docker-compose.yaml --- deployment/nginx/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/nginx/docker-compose.yaml b/deployment/nginx/docker-compose.yaml index e28a600..f9230f4 100644 --- a/deployment/nginx/docker-compose.yaml +++ b/deployment/nginx/docker-compose.yaml @@ -94,7 +94,7 @@ services: ## uncomment this block for testing purposes only, make sure to also adjust the nginx.conf file ## to include a proxy_pass directive forwarding external traffic on e.g. port 80 to the juiceshop-backend container ## you can use the example file available here: -## https://github.com/openappsec/openappsec/blob/main/examples/juiceshop/default.conf +## https://raw.githubusercontent.com/openappsec/openappsec/refs/heads/main/examples/juiceshop/default.conf ## place the file above in {NGINX_CONF_DIR} and uncomment the two lines for creating a volume mount ## in the appsec-nginx service definition ## note that juiceshop container listens on HTTP port 3000 by default