Skip to content

Commit

Permalink
fix: add tag for mongo image
Browse files Browse the repository at this point in the history
  • Loading branch information
Dlexeyn committed Dec 9, 2024
1 parent a90d19c commit de24a18
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
@@ -1,6 +1,6 @@
services:
db:
image: mongo:latest
image: mongo:8.0.3
container_name: mongo_db
environment:
- MONGO_INITDB_ROOT_USERNAME=admin
Expand Down

0 comments on commit de24a18

Please sign in to comment.