From f061bbb990b53f075647d6970e29179cc1e786d0 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Fri, 9 May 2025 00:19:57 -0400 Subject: [PATCH] reference application data on ZFS pool --- mc/compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mc/compose.yaml b/mc/compose.yaml index f4b13d7..e3b5e4b 100644 --- a/mc/compose.yaml +++ b/mc/compose.yaml @@ -15,8 +15,8 @@ services: - "52199:52199" - "1901:1900/udp" volumes: - - ./config:/config:rw - - ./log:/log:rw + - /mnt/storage/appdata/mc/config:/config:rw + - /mnt/storage/appdata/mc/log:/log:rw - /etc/localtime:/etc/localtime:ro - /mnt/cygnus/Music/Common:/data/music:rw