mirror of
https://github.com/bitwarden/server.git
synced 2025-04-07 05:58:13 -05:00
add port to health check
This commit is contained in:
parent
2ea244c723
commit
310e0115d5
@ -20,6 +20,6 @@ EXPOSE 8443
|
|||||||
|
|
||||||
RUN chmod +x /entrypoint.sh
|
RUN chmod +x /entrypoint.sh
|
||||||
|
|
||||||
HEALTHCHECK CMD curl -L -f http://localhost/alive || exit 1
|
HEALTHCHECK CMD curl -L -f http://localhost:8080/alive || exit 1
|
||||||
|
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user