We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb72152 commit 44b7ef8Copy full SHA for 44b7ef8
src/docker-entrypoint.sh
@@ -21,6 +21,7 @@ fi
21
# In case you wanted to keep the template vcl files in a read-only volume, use /varnish-config to store them
22
23
if [ -d /varnish-config ] && [ $(find /varnish-config -type f -name "*.vcl" | wc -l) -ne 0 ] ; then
24
+ echo "Found /varnish-config volume templates. Will now copy them to /etc/varnish"
25
rm -rf /etc/varnish
26
cp -pr /varnish-config /etc/varnish
27
chown -R varnish:varnish /etc/varnish
0 commit comments