From ed955f9fed19208f50a033d408c1b6b24da915af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cau=C3=AA=20Faleiros?= Date: Fri, 20 Feb 2026 15:14:47 -0300 Subject: [PATCH] fix: Correct Docker image path in compose file --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index e6b04d5..82660a2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,7 @@ version: '3.8' services: web: # Adjust the image name to match your Gitea repository owner/name - image: gitea.blyzer.com.br/farelos/cms-automotivo:latest + image: gitea.blyzer.com.br/blyzer/cms-automotivo:latest ports: # Maps port 80 inside the container to port 8081 on the host - "8081:80"