mirror of
https://github.com/bitwarden/server
synced 2026-01-06 18:43:36 +00:00
fix nginx healthcheck
This commit is contained in:
@@ -20,6 +20,6 @@ EXPOSE 8443
|
||||
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
HEALTHCHECK CMD curl -L -f http://localhost:8080/alive || exit 1
|
||||
HEALTHCHECK CMD curl --insecure -Lfs https://localhost:8443/alive || curl -Lfs http://localhost:8080/alive || exit 1
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
||||
Reference in New Issue
Block a user