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 83bdb0d commit 9f5d215Copy full SHA for 9f5d215
images/varnish/4.0/Dockerfile
@@ -16,6 +16,7 @@ ENV VARNISHD_PARAMS -p default_ttl=3600 -p default_grace=3600 -p feature=+esi_ig
16
17
COPY etc/varnish.vcl /data/varnish.vcl
18
19
+RUN ["chmod", "644", "/data/varnish.vcl"]
20
RUN ["chmod", "+x", "/entrypoint.sh"]
21
22
ENTRYPOINT ["/entrypoint.sh"]
images/varnish/6.2/Dockerfile
@@ -1,3 +1,5 @@
1
FROM varnish:6.2
2
3
COPY etc/default.vcl /etc/varnish/
4
+
5
+RUN ["chmod", "644", "/etc/varnish/varnish.vcl"]
0 commit comments