Add default ttl for dns resolver
This commit is contained in:
parent
01a56b8994
commit
cd9771a749
1 changed files with 1 additions and 0 deletions
|
|
@ -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"]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue