17 lines
266 B
Markdown
Executable File
17 lines
266 B
Markdown
Executable File
---
|
|
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
|
|
|
|
```
|