Skip to content

Commit

Permalink
fix run of varnishd
Browse files Browse the repository at this point in the history
  • Loading branch information
ludovicm67 committed Dec 23, 2024
1 parent 513b918 commit 1d2a1f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ COPY entrypoint.sh /
RUN chmod +x /entrypoint.sh

EXPOSE 80 8443 9131
ENTRYPOINT [ "tini", "--", "/entrypoint.sh" ]
CMD [ "tini", "--", "/entrypoint.sh" ]
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ varnishd \
-a proxy=:8443,PROXY \
-p feature=+http2 \
-s "malloc,${VARNISH_SIZE}" \
"${CUSTOM_ARGS}" \
${CUSTOM_ARGS} \
"$@"

0 comments on commit 1d2a1f5

Please sign in to comment.