Files
org_roam/Linux/20260227103506-vaultwarden.org
Zaine e2e4972123
All checks were successful
Build Roam Site / build (push) Successful in 28s
gitea runners
2026-05-06 15:26:35 +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