use different port numbers
Some checks failed
fp/our CI/CD / build (push) Successful in 1m27s
ci / test (push) Failing after 4m14s

This commit is contained in:
CJ_Clippy 2025-10-05 03:38:24 -08:00
parent 9960e440f5
commit e6a7846c6c

View File

@ -51,7 +51,7 @@
server: server:
ports: ports:
- target: 5000 # container port - target: 5000 # container port
published: 8084 # Swarm ingress port published: 8086 # Swarm ingress port
protocol: tcp protocol: tcp
mode: ingress mode: ingress
@ -65,7 +65,7 @@
server: server:
ports: ports:
- target: 5000 # container port - target: 5000 # container port
published: 8085 # Swarm ingress port published: 8087 # Swarm ingress port
protocol: tcp protocol: tcp
mode: ingress mode: ingress
# - name: Remove stack # - name: Remove stack