fix: Correct Docker image path in compose file
All checks were successful
Build and Deploy / build-and-push (push) Successful in 44s
All checks were successful
Build and Deploy / build-and-push (push) Successful in 44s
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user