We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af98b9e commit 6daab5fCopy full SHA for 6daab5f
entrypoint.sh
@@ -67,7 +67,7 @@ ALLDOMAINS=""
67
68
# Interceptions map, which are the hosts that will be handled by the caching part.
69
# It should list exactly the same hosts we have created certificates for -- if not, Docker will get TLS errors, of course.
70
-echo -n "" >> /etc/nginx/docker.intercept.map
+echo -n "" > /etc/nginx/docker.intercept.map
71
72
# Some hosts/registries are always needed, but others can be configured in env var REGISTRIES
73
for ONEREGISTRYIN in docker.caching.proxy.internal registry-1.docker.io auth.docker.io ${REGISTRIES}; do
0 commit comments