From ea210c73ddfde90192339d24056da7bf46b601f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Tue, 13 Jan 2026 17:25:50 +0100 Subject: [PATCH] fix(core): mount backrest config directory instead of file Backrest requires atomic file operations for config updates, which fail with single-file bind mounts. Co-Authored-By: Claude Opus 4.5 --- core/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/compose.yaml b/core/compose.yaml index b7c0bec..75d82fa 100644 --- a/core/compose.yaml +++ b/core/compose.yaml @@ -56,7 +56,7 @@ services: volumes: # Backrest application data - backrest_data:/data - - ./backrest/config.json:/config/config.json + - ./backrest:/config - backrest_cache:/cache - backrest_tmp:/tmp