Try fixing ports

This commit is contained in:
schmelczerandras 2020-08-12 08:09:54 +02:00
parent da5ed085e7
commit 11658a25c3

View file

@ -8,6 +8,10 @@ services:
- frontend - frontend
networks: networks:
- network - network
ports:
- target: 80
protocol: tcp
mode: ingress
deploy: deploy:
replicas: 2 replicas: 2
resources: resources:
@ -27,8 +31,6 @@ services:
restart_policy: restart_policy:
condition: on-failure condition: on-failure
window: 30s window: 30s
ports:
- "80"
networks: networks:
network: network: