Skip to content

Commit

Permalink
chore(deps): update mongo docker tag to v8.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 14, 2025
1 parent fab2a7d commit 46c0d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
mongo:
image: mongo:8.0.3
image: mongo:8.0.4
command: ["--replSet", "rs0", "--bind_ip_all", "--port", "27017"]
ports:
- "27017:27017"
Expand Down

0 comments on commit 46c0d22

Please sign in to comment.