Skip to content

Commit

Permalink
Update mongodb/mongodb-community-server Docker tag to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent ca248d3 commit 5a1652a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ services:
- mongodb-server
environment:
- "CONN_STR=mongodb://${MONGODB_USER:-user}:${MONGODB_PASSWORD:-password}@mongodb-server"
image: "mongodb/mongodb-community-server:${MONGODB_VERSION:-7.0.11-ubi8}"
image: "mongodb/mongodb-community-server:${MONGODB_VERSION:-8.0.0-ubi8}"
volumes:
- "./data/mongodb:/opt/app"
mongodb-server:
Expand Down

0 comments on commit 5a1652a

Please sign in to comment.