Back to third-party DNS servers

This commit is contained in:
WilliamMiceli
2018-07-10 17:30:15 -04:00
parent db64d8e65d
commit 13926c3f4f
3 changed files with 14 additions and 7 deletions

View File

@@ -3,7 +3,8 @@ services:
bind:
image: sameersbn/bind
dns:
- localhost
- 1.1.1.1
- 1.0.0.1
environment:
WEBMIN_ENABLED: ${WEBMIN_ENABLED}
{{- if eq .Values.WEBMIN_ENABLED "true"}}