Skip to content

Commit

Permalink
Merge pull request #136 from data-catering/renovate/mongodb-mongodb-c…
Browse files Browse the repository at this point in the history
…ommunity-server-8.x

Update mongodb/mongodb-community-server Docker tag to v8.0.1
  • Loading branch information
pflooky authored Oct 10, 2024
2 parents f327d75 + 72477bc commit c096594
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 @@ -917,7 +917,7 @@ services:
- mongodb-server
environment:
- "CONN_STR=mongodb://${MONGODB_USER:-user}:${MONGODB_PASSWORD:-password}@mongodb-server"
image: "mongodb/mongodb-community-server:${MONGODB_VERSION:-8.0.0-ubi8}"
image: "mongodb/mongodb-community-server:${MONGODB_VERSION:-8.0.1-ubi8}"
volumes:
- "./data/mongodb:/opt/app"
mongodb-server:
Expand Down

0 comments on commit c096594

Please sign in to comment.