add container name and custom health check, disable block lists
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
gluetun:
|
gluetun:
|
||||||
image: qmcgaw/gluetun:latest
|
image: qmcgaw/gluetun:latest
|
||||||
|
container_name: gluetun
|
||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
devices:
|
devices:
|
||||||
@@ -20,7 +21,15 @@ services:
|
|||||||
- WIREGUARD_ADDRESSES=10.189.105.151/32
|
- WIREGUARD_ADDRESSES=10.189.105.151/32
|
||||||
- SERVER_COUNTRIES=Netherlands
|
- SERVER_COUNTRIES=Netherlands
|
||||||
- FIREWALL_VPN_INPUT_PORTS=19769
|
- FIREWALL_VPN_INPUT_PORTS=19769
|
||||||
|
- BLOCK_MALICIOUS=off
|
||||||
|
- BLOCK_SURVEILLANCE=off
|
||||||
|
- BLOCK_ADS=off
|
||||||
- TZ=Europe/Vienna
|
- TZ=Europe/Vienna
|
||||||
|
healthcheck:
|
||||||
|
test: ping -c 1 www.google.com || exit 1
|
||||||
|
interval: 60s
|
||||||
|
timeout: 20s
|
||||||
|
retries: 5
|
||||||
labels:
|
labels:
|
||||||
folder.view2: "Networking"
|
folder.view2: "Networking"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user