Skip to content

Commit

Permalink
fix: open the ports on the correct service...
Browse files Browse the repository at this point in the history
  • Loading branch information
ojeytonwilliams committed Apr 30, 2024
1 parent 2704771 commit da12341
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 @@ -2,12 +2,12 @@ services:
mongo:
image: mongo
command: mongod --replSet rs0
ports:
- '27017:27017'
setup:
image: mongo
depends_on:
- mongo
ports:
- '27017:27017'
restart: on-failure
entrypoint: [
'bash',
Expand Down

0 comments on commit da12341

Please sign in to comment.