mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
Fix code comment for frontend ports
This was most likely a copy & paste mistake
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user