Files
org_roam/Linux/20260227103506-vaultwarden.org
Zaine ccdd229a7d
All checks were successful
Build Roam Site / build (push) Successful in 32s
search key nav fixes
2026-05-14 14:51:09 +01:00

17 lines
341 B
Org Mode
Executable File

:PROPERTIES:
:ID: e12ef44d-69a4-45c8-a823-c810d2c3857c
:END:
#+title: Vaultwarden
#+filetags: :server:self-hosting:
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