This commit is contained in:
16
Technical/Server/Vaultwarden.md
Executable file
16
Technical/Server/Vaultwarden.md
Executable file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
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
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user