Skip to content

Commit

Permalink
Merge pull request #577 from uselagoon/varnish-6-user
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood authored Oct 14, 2022
2 parents cd11b33 + ee4f64e commit 0f7f0b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion images/varnish/6.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ RUN DEBIAN_FRONTEND=noninteractive dpkg-reconfigure dash

RUN fix-permissions /etc/varnish/ \
&& fix-permissions /var/run/ \
&& fix-permissions /var/lib/varnish
&& fix-permissions /var/lib/varnish \
&& usermod -a -G root varnish

COPY docker-entrypoint /lagoon/entrypoints/70-varnish-entrypoint

Expand Down

0 comments on commit 0f7f0b5

Please sign in to comment.