Use itself for DNS

This commit is contained in:
WilliamMiceli
2018-07-10 16:10:07 -04:00
parent d53c373bf1
commit 707299c555

View File

@@ -2,6 +2,8 @@ version: '2'
services:
bind:
image: sameersbn/bind
dns:
- localhost
environment:
WEBMIN_ENABLED: ${WEBMIN_ENABLED}
{{- if eq .Values.WEBMIN_ENABLED "true"}}