diff --git a/compose.yaml b/compose.yaml index 8731002..477fb0e 100644 --- a/compose.yaml +++ b/compose.yaml @@ -99,9 +99,6 @@ 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