diff --git a/compose.yaml b/compose.yaml index 477fb0e..a8cdc30 100644 --- a/compose.yaml +++ b/compose.yaml @@ -46,6 +46,9 @@ services: networks: servarrnetwork: ipv4_address: 172.39.0.2 + dns: + - 1.1.1.1 + - 8.8.8.8 ports: - 8701:8701 # qbittorrent web interface - 6881:6881 # qbittorrent torrent port @@ -99,6 +102,9 @@ services: condition: service_healthy restart: true network_mode: service:gluetun + dns: + - 1.1.1.1 + - 8.8.8.8 healthcheck: test: ping -c 1 www.google.com || exit 1 interval: 60s