From 23174998703dbedcda5fc7d18b16fbfa2f2ddec7 Mon Sep 17 00:00:00 2001 From: orianelou <126462046+orianelou@users.noreply.github.com> Date: Sun, 28 Dec 2025 11:01:33 +0200 Subject: [PATCH] Update .env --- deployment/docker-compose/apisix/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/docker-compose/apisix/.env b/deployment/docker-compose/apisix/.env index ea574a4..3f1c045 100644 --- a/deployment/docker-compose/apisix/.env +++ b/deployment/docker-compose/apisix/.env @@ -48,7 +48,7 @@ COMPOSE_PROFILES= ## to include route and node configuration for forwarding external traffic to the juiceshop-backend container ## (apisix listens by default for HTTP/HTTPS on port 9080/9443) ## you can use the example file available here: -## https://raw.githubusercontent.com/openappsec/openappsec/refs/heads/main/examples/juiceshop/apisix.yaml +## https://raw.githubusercontent.com/openappsec/openappsec/refs/heads/main/examples/juiceshop/apisix/apisix.yaml ## in the appsec-apisix service definition ## note that juiceshop container listens on HTTP port 3000 by default