Skip to content

Commit

Permalink
add debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinab25 authored Dec 16, 2024
1 parent cb72152 commit 44b7ef8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ fi
# In case you wanted to keep the template vcl files in a read-only volume, use /varnish-config to store them

if [ -d /varnish-config ] && [ $(find /varnish-config -type f -name "*.vcl" | wc -l) -ne 0 ] ; then
echo "Found /varnish-config volume templates. Will now copy them to /etc/varnish"
rm -rf /etc/varnish
cp -pr /varnish-config /etc/varnish
chown -R varnish:varnish /etc/varnish
Expand Down

0 comments on commit 44b7ef8

Please sign in to comment.