mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 19:35:49 +00:00
adjust healthcheck timeout
This commit is contained in:
parent
9bc2f0463c
commit
6651b5bde9
1 changed files with 21 additions and 2 deletions
21
compose.yml
21
compose.yml
|
|
@ -7,7 +7,7 @@ services:
|
|||
test: "[ -f /data/ready ] || exit 1"
|
||||
interval: 60s
|
||||
retries: 5
|
||||
start_period: 300s
|
||||
start_period: 480s
|
||||
timeout: 2s
|
||||
environment:
|
||||
VERSION: "11"
|
||||
|
|
@ -29,3 +29,22 @@ services:
|
|||
- ./scripts:/oem
|
||||
- ./shared:/data
|
||||
- ./custom.xml:/custom.xml
|
||||
networks:
|
||||
vlan:
|
||||
ipv4_address: 192.168.0.100
|
||||
vlan-1:
|
||||
ipv4_address: 192.168.1.100
|
||||
|
||||
networks:
|
||||
vlan:
|
||||
driver: bridge
|
||||
ipam:
|
||||
driver: default
|
||||
config:
|
||||
- subnet: 192.168.0.0/24
|
||||
vlan-1:
|
||||
driver: bridge
|
||||
ipam:
|
||||
driver: default
|
||||
config:
|
||||
- subnet: 192.168.1.0/24
|
||||
Loading…
Add table
Add a link
Reference in a new issue