Skip to content

Commit 6daab5f

Browse files
HishamHisham
authored andcommitted
remove unnecessary change
1 parent af98b9e commit 6daab5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ ALLDOMAINS=""
6767

6868
# Interceptions map, which are the hosts that will be handled by the caching part.
6969
# 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
70+
echo -n "" > /etc/nginx/docker.intercept.map
7171

7272
# Some hosts/registries are always needed, but others can be configured in env var REGISTRIES
7373
for ONEREGISTRYIN in docker.caching.proxy.internal registry-1.docker.io auth.docker.io ${REGISTRIES}; do

0 commit comments

Comments
 (0)