Merge pull request #723 from usrpro/clean-healthcheck-logs

Admin: Prevent redirects during health checking
master
mergify[bot] 6 years ago committed by GitHub
commit 2d4bac03ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,4 +25,4 @@ VOLUME ["/data"]
CMD /start.py
HEALTHCHECK CMD curl -f -L http://localhost/ui || exit 1
HEALTHCHECK CMD curl -f -L http://localhost/ui/login?next=ui.index || exit 1

Loading…
Cancel
Save