diff --git a/deployment/docker-compose/envoy/.env b/deployment/docker-compose/envoy/.env index 7bc8480..f8f1a0d 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/examples/juiceshop/envoy/envoy.yaml +## https://raw.githubusercontent.com/openappsec/openappsec/main/examples/juiceshop/envoy/envoy.yamll ## place the file above in ENVOY_CONFIG path ## note that juiceshop container listens on HTTP port 3000 by default