From 707299c555180359f62b49ddaca96a6e1824f987 Mon Sep 17 00:00:00 2001 From: WilliamMiceli <9000802+WilliamMiceli@users.noreply.github.com> Date: Tue, 10 Jul 2018 16:10:07 -0400 Subject: [PATCH] Use itself for DNS --- templates/BInd/0/docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/BInd/0/docker-compose.yml b/templates/BInd/0/docker-compose.yml index ce06f69..3c3a11e 100644 --- a/templates/BInd/0/docker-compose.yml +++ b/templates/BInd/0/docker-compose.yml @@ -2,6 +2,8 @@ version: '2' services: bind: image: sameersbn/bind + dns: + - localhost environment: WEBMIN_ENABLED: ${WEBMIN_ENABLED} {{- if eq .Values.WEBMIN_ENABLED "true"}}