From a47746650dd6fc53d3c9c8c3797201c9dee26089 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Wed, 1 Oct 2025 14:06:01 -0400 Subject: [PATCH] =?UTF-8?q?...=20=F0=9F=98=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index ddaf0fe7..c123cd62 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4090,7 +4090,7 @@ services: environment: MONGO_INITDB_ROOT_USERNAME: ${MONGO_INITDB_ROOT_USERNAME} MONGO_INITDB_ROOT_PASSWORD: ${MONGO_INITDB_ROOT_PASSWORD} - image: docker.io/mongo:7-jammy + image: library/mongo:7 ports: - 27017:27017 profiles: ["rinoa-apps"]