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"