Try fixing ports
This commit is contained in:
parent
da5ed085e7
commit
11658a25c3
1 changed files with 4 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue