mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-27 07:58:30 +03:00
Latest Docker build appears "unhealthy" #404
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hg2s on GitHub (Sep 6, 2019).
When I try to run the latest build of bitwardenrs/server (amd64, linux) I receive an "unhealthy" status from Docker, like so:
If I revert and specify the image 1.10.0 I receive no such message.
The server appears to be working and I have not seen this message before. Is it a problem in my installation, a bug, an artifact? For the moment I am reverting to 1.10.0 specifically.
Ubuntu 18.04.3 LTS | Nginx 1.14.0 | Docker 18.09.5
Thanks for your help.
@hg2s commented on GitHub (Sep 6, 2019):
I see a new release of bitwardenrs/server, Digest 7e5ba76c8154, that seems to be working. The container spins up with a "healthy" status. -Thanks!
@dani-garcia commented on GitHub (Sep 6, 2019):
Yep there was a bug in the new health check code but it's fixed now. Note that it was reporting false positives, so everything should have worked anyway.
@mprasil commented on GitHub (Sep 6, 2019):
Latest images should be fine now, apologies for the inconveniences caused.