fix: Correct Docker image path in compose file
All checks were successful
Build and Deploy / build-and-push (push) Successful in 44s

This commit is contained in:
Cauê Faleiros
2026-02-20 15:14:47 -03:00
parent 9acbbe1308
commit ed955f9fed

View File

@@ -3,7 +3,7 @@ version: '3.8'
services: services:
web: web:
# Adjust the image name to match your Gitea repository owner/name # 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: ports:
# Maps port 80 inside the container to port 8081 on the host # Maps port 80 inside the container to port 8081 on the host
- "8081:80" - "8081:80"