mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-16 05:34:10 +03:00
bitwarden_rs hangs at web1 #899
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 @Yosemite82 on GitHub (Jan 9, 2021).
Hello
I'm completely new to Docker and all the stuff arround and I'm trying now for too long to install bitwarden_rs with SSL. After a lot of research I've found bitwarden-rs-nginx-docker from RomanHargrave and after a lot of reading and trying I was able to build a bitwaren_rs Docker. But when I'm now starting up my container, it stays in a loop here:
My Dockerfile is from here: https://github.com/RomanHargrave/bitwarden-rs-nginx-docker/blob/master/Dockerfile and my docker-compose.yml looks like that:
After fireing up, it loops here:
web_1 | [2021-01-08 23:52:53.718][parity_ws][INFO] Listening for new connections on 0.0.0.0:3012.I have no clue, where to start... Hope, anybody can help me.
Thank you in advance and regards
Marcel
@Biepa commented on GitHub (Jan 11, 2021):
If you're new to docker. Why not just start the bitwardenrs container itself, instead of the one you linked?
Edit: May be hard for the guys here to fix problems, that may me in the repo of RomanHargrave.
@Yosemite82 commented on GitHub (Jan 12, 2021):
Hi Biepa
Due to my Bitwarden-Installation-Horror-Trip let me go to the package mentioned above. But in the meantime I've postet my question also there... Roman answered there and I'm looking forward to get this pies of ... up and running.