Skip to content

Commit

Permalink
fix(): removed port specification form compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Christiantyemele committed Dec 5, 2024
1 parent 355563f commit 723c8ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ services:
mongodb:
image: mongo:latest
container_name: mongodb
ports:
- 27017:27017
env_file:
- .env
volumes:
Expand Down

0 comments on commit 723c8ae

Please sign in to comment.