Skip to content

Commit

Permalink
Fix code comment for frontend ports
Browse files Browse the repository at this point in the history
This was most likely a copy & paste mistake
  • Loading branch information
NobodysNightmare committed Dec 2, 2024
1 parent bc48a8a commit a06abcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.override.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit a06abcc

Please sign in to comment.