Skip to content

Commit

Permalink
new port for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
amgno committed Sep 23, 2024
1 parent 06c6c8b commit b860f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
web:
build: .
ports:
- "3000:3000"
- "8456:3000"
volumes:
- .:/usr/src/app
- /usr/src/app/node_modules
Expand Down

0 comments on commit b860f2c

Please sign in to comment.