Skip to content

Commit

Permalink
change port mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
necitboss committed Dec 12, 2024
1 parent 4efc583 commit 3ac6a2c
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 @@ -15,7 +15,7 @@ services:
container_name: express-server
image: nosql2h24-pc-express:0.8
ports:
- "4444:4444"
- "127.0.0.1:4444:4444"

depends_on:
- db
Expand Down

0 comments on commit 3ac6a2c

Please sign in to comment.