Skip to content

Commit

Permalink
fix healthcheck on webproxy
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Dec 14, 2020
1 parent e5585be commit eff4ca5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Workbench/webproxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ RUN sed -i 's/TransferLog logs\/ssl_access_log/TransferLog \/tmp\/logpipe/g' /et

#set hostname
RUN /usr/local/bin/setservername.sh

HEALTHCHECK --interval=1m --timeout=30s \
CMD curl -k -f -u csp:workbench https://127.0.0.1/Shibboleth.sso/Status || exit 1

0 comments on commit eff4ca5

Please sign in to comment.