Add default dns to cloudflare container

This commit is contained in:
tom.chivert
2024-05-24 11:05:59 +02:00
parent ff4e3b5e68
commit e966b8abc2
2 changed files with 6 additions and 0 deletions

View File

@ -18,3 +18,5 @@ services:
- 8082:8080
networks:
- {{ prometheus_docker_network }}
dns:
- "{{ prometheus_cloudflare_dns }}"