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