Skip to content

Commit

Permalink
Update default version of mongo
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielrufino committed Sep 24, 2023
1 parent 99fc8cc commit 455f5aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ services:
- traefik.http.routers.metabase.tls.certresolver=letsencrypt
restart: ${METABASE_RESTART_POLICY-no}
mongo:
image: mongo:${MONGO_VERSION-6.0.4}
image: mongo:${MONGO_VERSION-6.0.10}
container_name: ${MONGO_CONTAINER_NAME-}
ports:
- 27017:27017
Expand Down
2 changes: 1 addition & 1 deletion docs/mongo.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ docker compose up -d mongo

| **Name** | **Default** |
| -------------------------- | ----------- |
| MONGO_VERSION | 6.0.4 |
| MONGO_VERSION | 6.0.10 |
| MONGO_CONTAINER_NAME | |
| MONGO_INITDB_ROOT_USERNAME | root |
| MONGO_INITDB_ROOT_PASSWORD | root |
Expand Down

0 comments on commit 455f5aa

Please sign in to comment.