Skip to content

Commit

Permalink
Update mongo Docker tag to v8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 10, 2024
1 parent 7e6c242 commit 8853a21
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 @@ -925,7 +925,7 @@ services:
environment:
- "MONGO_INITDB_ROOT_USERNAME=${MONGODB_USER:-user}"
- "MONGO_INITDB_ROOT_PASSWORD=${MONGODB_PASSWORD:-password}"
image: "mongo:${MONGODB_VERSION:-8.0.0}"
image: "mongo:${MONGODB_VERSION:-8.0.1}"
ports:
- "27017:27017"
mssql:
Expand Down

0 comments on commit 8853a21

Please sign in to comment.