Skip to content

Commit

Permalink
Merge pull request #55 from internet2/PC_MoreUpdates
Browse files Browse the repository at this point in the history
fix healthcheck on webproxy
  • Loading branch information
pcaskey authored Dec 14, 2020
2 parents 497f174 + eff4ca5 commit ce8a87a
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 ce8a87a

Please sign in to comment.