Skip to content

Commit

Permalink
chore: compose mongo ports
Browse files Browse the repository at this point in the history
  • Loading branch information
sanriodev committed Sep 10, 2024
1 parent 299074a commit adb7d65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ services:
command:
- --config
- /etc/mongo/mongo.conf
expose:
- 27017
ports:
- 27017:27017
healthcheck:
test:
[
Expand Down

0 comments on commit adb7d65

Please sign in to comment.