diff --git a/docker-compose.override.example.yml b/docker-compose.override.example.yml index 85dc5a5a972..96095d1b6e4 100644 --- a/docker-compose.override.example.yml +++ b/docker-compose.override.example.yml @@ -8,7 +8,7 @@ services: - "${PORT:-3000}:3000" frontend: - # use these ports to be able to access the stack under http://localhost:3000 + # use these ports to be able to access the stack under http://localhost:4200 ports: - "${FE_PORT:-4200}:4200"