use different port numbers
This commit is contained in:
parent
9960e440f5
commit
e6a7846c6c
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user