Files
vault/Technical/Server/Vaultwarden.md
Zaine Arch 9645ee23b0
Some checks failed
Build Quartz Notes / build (push) Failing after 21s
update
2026-06-10 20:00:45 +01:00

17 lines
266 B
Markdown

---
note type:
- note
- server
date: 2026-06-03
done: true
---
Just ran into an issue where the IOS app was failing due to the latest version of bitwarden not being installed on the server. To fix this:
``` bash
docker compose pull
docker compose up -d
```