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
networks:
- network
ports:
- target: 80
protocol: tcp
mode: ingress
deploy:
replicas: 2
resources:
@ -27,8 +31,6 @@ services:
restart_policy:
condition: on-failure
window: 30s
ports:
- "80"
networks:
network: