Skip to content

Commit cd16300

Browse files
committed
Troca das portas para respeitar o que o webpack exibe no terminal
Signed-off-by: Vitor Mattos <[email protected]>
1 parent ed0c84f commit cd16300

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ services:
66
args:
77
- NODE_MAJOR=${NODE_MAJOR:-20}
88
ports:
9-
- "127.0.0.1:${HTTP_PORT:-8000}:8000"
9+
- "127.0.0.1:${HTTP_PORT:-3000}:3000"
10+
- "127.0.0.1:${HTTP_PORT:-3001}:3001"
1011
volumes:
1112
- .:/var/www/html
1213
environment:

0 commit comments

Comments
 (0)