mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #799] latest raspberry image exits immediately with error 1 #557
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#557
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/799
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!