Skip to content

Commit

Permalink
specify mongodb version
Browse files Browse the repository at this point in the history
  • Loading branch information
nikmel2803 committed Oct 19, 2024
1 parent 6d384a5 commit e9d68f0
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 @@ -18,7 +18,7 @@ services:
tty: true

mongodb:
image: mongo
image: mongo:6.0.2
volumes:
- mongodata:/data/db
- mongo-config:/data/configdb
Expand Down

0 comments on commit e9d68f0

Please sign in to comment.