Set explicit DNS for Grafana

This commit is contained in:
2026-05-16 10:41:06 +02:00
parent dd9f677779
commit 11c863c8aa
+3
View File
@@ -9,6 +9,9 @@ services:
GF_SECURITY_ADMIN_PASSWORD__FILE: /run/secrets/grafana_admin_password
GF_USERS_ALLOW_SIGN_UP: "false"
GF_AUTH_ANONYMOUS_ENABLED: "false"
dns:
- 1.1.1.1
- 8.8.8.8
entrypoint:
- /bin/sh
- -c