Skip to content

Commit

Permalink
chore(deps): update mongo docker tag to v8.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 28, 2024
1 parent 6036c88 commit da67cd5
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.1
image: mongo:8.0.3
command: ["--replSet", "rs0", "--bind_ip_all", "--port", "27017"]
ports:
- "27017:27017"
Expand Down

0 comments on commit da67cd5

Please sign in to comment.