From f50b6cf2c96237319a26d2bdc86995edde1f3725 Mon Sep 17 00:00:00 2001 From: duynguyen Date: Fri, 16 Jan 2026 06:13:54 +0000 Subject: [PATCH] fix: actualbudget volume fix --- actualbudget/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actualbudget/docker-compose.yaml b/actualbudget/docker-compose.yaml index 053a2a4..d958dd1 100644 --- a/actualbudget/docker-compose.yaml +++ b/actualbudget/docker-compose.yaml @@ -13,5 +13,5 @@ services: ports: - 8002:5006 volumes: - - /data/docker/actualbudget:/data:rw + - /docker/actualbudget:/data:rw restart: on-failure:5