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"}}