Fix code comment for frontend ports

This was most likely a copy & paste mistake
This commit is contained in:
Jan Sandbrink
2024-12-02 16:48:28 +01:00
parent bc48a8aa6e
commit a06abccea9
+1 -1
View File
@@ -8,7 +8,7 @@ services:
- "${PORT:-3000}:3000" - "${PORT:-3000}:3000"
frontend: 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: ports:
- "${FE_PORT:-4200}:4200" - "${FE_PORT:-4200}:4200"