From 89556f87e6035e8b961335224f8cf0787aacc441 Mon Sep 17 00:00:00 2001 From: Gabriel Rufino Date: Tue, 27 Aug 2024 18:54:56 -0300 Subject: [PATCH] refactor: update default version of mongo --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 3ecc995..bc65188 100644 --- a/compose.yaml +++ b/compose.yaml @@ -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