Skip to content

Commit

Permalink
Merge pull request #204 from gabrielrufino/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielrufino authored Sep 15, 2024
2 parents 294e26b + 89556f8 commit 52fd7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ services:
- traefik.http.routers.metabase.tls.certresolver=letsencrypt
restart: ${METABASE_RESTART_POLICY-no}
mongo:
image: mongo:${MONGO_VERSION-7.0.5}
image: mongo:${MONGO_VERSION-7.0.14}
container_name: ${MONGO_CONTAINER_NAME-}
ports:
- 27017:27017
Expand Down

0 comments on commit 52fd7fd

Please sign in to comment.