Add default ttl for dns resolver

This commit is contained in:
Hasnat Ullah 2019-07-06 15:39:50 +01:00
parent 01a56b8994
commit cd9771a749

View file

@ -30,6 +30,7 @@ COPY . /app/
WORKDIR /app/
ENV DOCKER_HOST unix:///tmp/docker.sock
ENV RESOLVERS="127.0.0.11 valid=5s"
VOLUME ["/etc/nginx/certs", "/etc/nginx/dhparam"]