Add default dns to cloudflare container
This commit is contained in:
parent
ff4e3b5e68
commit
e966b8abc2
@ -88,3 +88,7 @@ grafana_log_level: error
|
||||
grafana_router_logging: false
|
||||
grafana_disable_sanitize_html: true
|
||||
grafana_traefik_entrypoint: 'websecure'
|
||||
|
||||
# cloudflare
|
||||
|
||||
prometheus_cloudflare_dns: "1.1.1.1"
|
||||
|
@ -18,3 +18,5 @@ services:
|
||||
- 8082:8080
|
||||
networks:
|
||||
- {{ prometheus_docker_network }}
|
||||
dns:
|
||||
- "{{ prometheus_cloudflare_dns }}"
|
||||
|
Loading…
Reference in New Issue
Block a user