From bd3a53041e8fc3da4111ce0d8569da4b7cde64fd Mon Sep 17 00:00:00 2001 From: Max Shapiro Date: Sun, 30 Mar 2025 09:55:33 +0300 Subject: [PATCH] Update .env --- deployment/docker-compose/envoy/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/docker-compose/envoy/.env b/deployment/docker-compose/envoy/.env index f8f1a0d..0210c28 100644 --- a/deployment/docker-compose/envoy/.env +++ b/deployment/docker-compose/envoy/.env @@ -56,7 +56,7 @@ COMPOSE_PROFILES= ## Make sure to also adjust the envoy.yaml file in ENVOY_CONFIG path ## to add a routing configuration for forwarding external traffic on e.g. port 80 to the juiceshop-backend container ## you can use the example file available here: -## https://raw.githubusercontent.com/openappsec/openappsec/main/examples/juiceshop/envoy/envoy.yamll +## https://raw.githubusercontent.com/openappsec/openappsec/main/examples/juiceshop/envoy/envoy.yaml ## place the file above in ENVOY_CONFIG path ## note that juiceshop container listens on HTTP port 3000 by default