Skip to content

Commit

Permalink
update application port
Browse files Browse the repository at this point in the history
  • Loading branch information
AshutoshSajan committed Dec 27, 2023
1 parent 47cad8c commit fa518cb
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 @@ -7,7 +7,7 @@ services:
environment:
- MONGODB_URL=mongodb://mongodb:27017/node-boilerplate
ports:
- '3000:3000'
- '8000:8000'
depends_on:
- mongodb
volumes:
Expand Down

0 comments on commit fa518cb

Please sign in to comment.