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
23
compose.yml
23
compose.yml
|
|
@ -7,7 +7,7 @@ services:
|
||||||
test: "[ -f /data/ready ] || exit 1"
|
test: "[ -f /data/ready ] || exit 1"
|
||||||
interval: 60s
|
interval: 60s
|
||||||
retries: 5
|
retries: 5
|
||||||
start_period: 300s
|
start_period: 480s
|
||||||
timeout: 2s
|
timeout: 2s
|
||||||
environment:
|
environment:
|
||||||
VERSION: "11"
|
VERSION: "11"
|
||||||
|
|
@ -28,4 +28,23 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ./scripts:/oem
|
- ./scripts:/oem
|
||||||
- ./shared:/data
|
- ./shared:/data
|
||||||
- ./custom.xml:/custom.xml
|
- ./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