Skip to content

Commit

Permalink
Change port
Browse files Browse the repository at this point in the history
  • Loading branch information
blaz-cerpnjak committed Mar 26, 2024
1 parent 71b98a8 commit 20f7f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RestaurantManagementAPI/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
environment:
MONGO_DB_URI: mongodb://mongo_db:27017/restaurant_db
ports:
- "8080:8080"
- "8081:8080"
depends_on:
- mongo_db

Expand Down

0 comments on commit 20f7f1e

Please sign in to comment.