From 026f360308974dc382b3d6abbecc69efd25d72c3 Mon Sep 17 00:00:00 2001 From: Kappeh Date: Fri, 2 Jan 2026 21:53:08 +0000 Subject: [PATCH] Update backup directory location --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 56703d0..9fea5e3 100644 --- a/compose.yml +++ b/compose.yml @@ -17,7 +17,7 @@ services: volumes: - ./config:/config:rw - ./source:/source:rw - - /mnt/duplicati_backup_1:/backups:rw + - /mnt/duplicati_backup_1/backups:/backups:rw # Sources - /services/syncthing/data/Contacts:/source/Contacts:ro - /services/syncthing/data/KeePass:/source/KeePass:ro