Remove wrong DNS_ADDRESS variable from Docker Compose

This commit is contained in:
Roger Gonzalez 2024-12-30 09:05:01 -03:00
parent b680dd4f6f
commit 285165b0ed
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6

View File

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