From c1058db57d883c51491046a435450569b18742f8 Mon Sep 17 00:00:00 2001 From: orianelou <126462046+orianelou@users.noreply.github.com> Date: Sun, 28 Dec 2025 11:04:55 +0200 Subject: [PATCH] Update .env --- deployment/docker-compose/swag/.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/docker-compose/swag/.env b/deployment/docker-compose/swag/.env index a9ea9ef..30aee77 100644 --- a/deployment/docker-compose/swag/.env +++ b/deployment/docker-compose/swag/.env @@ -69,8 +69,8 @@ COMPOSE_PROFILES= ## Make sure to put a juiceshop.subfolder.conf file in SWAG_PROXY_CONFS folder ## for proxying external traffic to the juiceshop-backend container and also adjust the NGINX default.conf file in SWAG_NGINX_SITE_CONFS folder ## you can use the example files available here: -## https://raw.githubusercontent.com/openappsec/openappsec/examples/juiceshop/swag/juiceshop.subfolder.conf -## https://raw.githubusercontent.com/openappsec/openappsec/examples/juiceshop/swag/default.conf +## https://raw.githubusercontent.com/openappsec/openappsec/refs/heads/main/examples/juiceshop/swag/juiceshop.subfolder.conf +## https://raw.githubusercontent.com/openappsec/openappsec/refs/heads/main/examples/juiceshop/swag/default.conf ## note that juiceshop container listens on HTTP port 3000 by default ## Note that COMPOSE_PROFILES can also receive multiple values, e.g. as shown here: