Skip to content

Commit

Permalink
Merge pull request #107 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
  • Loading branch information
pflooky authored Sep 27, 2024
2 parents fdc9bbd + b718ec1 commit 61cd1bf
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.12-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 61cd1bf

Please sign in to comment.