health check 1.1.1.1
This commit is contained in:
parent
3adc98acf9
commit
883dcc11a1
@ -30,7 +30,7 @@ services:
|
||||
- OWNED_ONLY=${OWNED_ONLY}
|
||||
- HEALTH_VPN_DURATION_INITIAL=${HEALTH_VPN_DURATION_INITIAL}
|
||||
healthcheck:
|
||||
test: ping -c 1 archlinux.org || exit 1
|
||||
test: ping -c 1.1.1.1 || exit 1
|
||||
interval: 60s
|
||||
timeout: 20s
|
||||
retries: 5
|
||||
@ -65,7 +65,7 @@ services:
|
||||
- ${DATA_PATH}:/data
|
||||
network_mode: service:gluetun
|
||||
healthcheck:
|
||||
test: ping -c 1 archlinux.org || exit 1
|
||||
test: ping -c 1.1.1.1 || exit 1
|
||||
interval: 60s
|
||||
retries: 3
|
||||
start_period: 20s
|
||||
|
||||
Loading…
Reference in New Issue
Block a user