Skip to content
Snippets Groups Projects
Commit cf84731b authored by nimrod's avatar nimrod
Browse files

Faster refresh of DNS.

The Docker resolver replies with a TTL of 600, too long. Refresh after
30 seconds.
parent 5a4c6378
No related branches found
No related tags found
No related merge requests found
Pipeline #466 passed
# The resolver for the Docker network. # The resolver for the Docker network.
resolver 127.0.0.11; resolver 127.0.0.11 valid=30s;
gzip on; gzip on;
tcp_nopush on; tcp_nopush on;
tcp_nodelay on; tcp_nodelay on;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment