From 9acbbe1308a1fe7acbd11e21bc84bea7154b8b31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cau=C3=AA=20Faleiros?= Date: Fri, 20 Feb 2026 15:06:31 -0300 Subject: [PATCH] fix: Change exposed port from 8080 to 8081 to avoid conflicts --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 035f650..e6b04d5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,8 +5,8 @@ services: # Adjust the image name to match your Gitea repository owner/name image: gitea.blyzer.com.br/farelos/cms-automotivo:latest ports: - # Maps port 80 inside the container to port 8080 on the host (adjust as needed) - - "8080:80" + # Maps port 80 inside the container to port 8081 on the host + - "8081:80" deploy: mode: replicated replicas: 1