mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
latest raspberry image exits immediately with error 1 #558
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 @fvzwieten on GitHub (Jan 4, 2020).
Subject of the issue
I run the following on rpi4 with raspian buster and docker.io:
docker run -d --name bitwarden -v /data/bitwarden/:/data/ -p 8081:80 bitwardenrs/server:latestI get:
I tried this also on a rpi3 running dietpi (stretch).
I used to run the mprasil/bitwarden:raspberry image which worked (and still works) fine on both the rpi3 and rpi4, so I will for now keep using that.
@dani-garcia commented on GitHub (Jan 4, 2020):
On a raspbery you'd have to use
bitwardenrs/server:raspberry, the image you are currently using is for x86 hardware.@Extarys commented on GitHub (Jan 8, 2020):
New image? Update time!
Thanks for your hard work @dani-garcia
@fvzwieten commented on GitHub (Jan 12, 2020):
Oops. Sorry!