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
All checks were successful
Build and Deploy / build-and-push (push) Successful in 39s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user