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
|
# 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/farelos/cms-automotivo:latest
|
||||||
ports:
|
ports:
|
||||||
# Maps port 80 inside the container to port 8080 on the host (adjust as needed)
|
# Maps port 80 inside the container to port 8081 on the host
|
||||||
- "8080:80"
|
- "8081:80"
|
||||||
deploy:
|
deploy:
|
||||||
mode: replicated
|
mode: replicated
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user