From a06abccea9bd90ba3b9d44be7feb3ddc035e6535 Mon Sep 17 00:00:00 2001 From: Jan Sandbrink Date: Mon, 2 Dec 2024 16:48:28 +0100 Subject: [PATCH] Fix code comment for frontend ports This was most likely a copy & paste mistake --- docker-compose.override.example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"