Add DNS_ADDRESS environment variable to Gluetun

This commit is contained in:
Roger Gonzalez 2024-12-26 12:09:25 -03:00
parent a83479d307
commit 90f55b10d8
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6

View File

@ -166,6 +166,7 @@ services:
- OPENVPN_PASSWORD=${VPN_PASSWORD}
- OPENVPN_CIPHERS=AES-256-GCM
- PORT_FORWARD_ONLY=on
- DNS_ADDRESS=127.0.0.11
restart: unless-stopped
# Portainer helps debugging and monitors the containers