From 394c0adfa5cee5594ea5686b73dbf58a23619394 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Wed, 1 Oct 2025 12:01:52 -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 4ac9f461..69fee404 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: mongo:7 + image: docker.io/mongo:7 ports: - 27017:27017 profiles: ["rinoa-apps"]