fix: Change exposed port from 8080 to 8081 to avoid conflicts
All checks were successful
Build and Deploy / build-and-push (push) Successful in 39s

This commit is contained in:
Cauê Faleiros
2026-02-20 15:06:31 -03:00
parent 9eafabe73f
commit 9acbbe1308

View File

@@ -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