Files
org_roam/Linux/20260227103506-vaultwarden.org
2026-03-27 15:39:35 +00:00

16 lines
307 B
Org Mode

:PROPERTIES:
:ID: e12ef44d-69a4-45c8-a823-c810d2c3857c
:END:
#+title: Vaultwarden
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:
#+begin_src bash
docker compose pull
docker compose up -d
#+end_src