From 3321ea1959769236d0ae721358a2173b3b940171 Mon Sep 17 00:00:00 2001 From: dex Date: Sat, 28 Oct 2023 05:52:25 +0000 Subject: [PATCH] Update home-tools.yaml --- home-tools.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/home-tools.yaml b/home-tools.yaml index 92559b4..9351b9f 100644 --- a/home-tools.yaml +++ b/home-tools.yaml @@ -26,6 +26,13 @@ services: volumes: - /dockers/bitwarden:/data/ + vaultwarden: + image: vaultwarden/server:latest + container_name: vaultwarden + restart: unless-stopped + volumes: + - /dockers/vaultwarden:/data/ + thelounge: container_name: thelounge image: thelounge/thelounge:latest