Skip to content

Commit

Permalink
Troca das portas para respeitar o que o webpack exibe no terminal
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos committed Dec 20, 2023
1 parent ed0c84f commit cd16300
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ services:
args:
- NODE_MAJOR=${NODE_MAJOR:-20}
ports:
- "127.0.0.1:${HTTP_PORT:-8000}:8000"
- "127.0.0.1:${HTTP_PORT:-3000}:3000"
- "127.0.0.1:${HTTP_PORT:-3001}:3001"
volumes:
- .:/var/www/html
environment:
Expand Down

0 comments on commit cd16300

Please sign in to comment.