Skip to content

Commit

Permalink
Merge pull request #236 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.4
  • Loading branch information
pflooky authored Dec 8, 2024
2 parents ee078df + bfee216 commit fbbbb18
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.3-ubi8}"
image: "mongodb/mongodb-community-server:${MONGODB_VERSION:-8.0.4-ubi8}"
volumes:
- "./data/mongodb:/opt/app"
mongodb-server:
Expand Down

0 comments on commit fbbbb18

Please sign in to comment.