add container name and custom health check, disable block lists

This commit is contained in:
2025-10-06 21:11:50 +02:00
parent 8f8c4cd8e2
commit dc25a54e12

View File

@@ -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"