From a089b79e02af62bcbb87fe7152d93ee6959e57e2 Mon Sep 17 00:00:00 2001 From: Viren070 Date: Wed, 26 Feb 2025 15:51:10 +0000 Subject: [PATCH] use bind mount for zilean --- auto/compose.zilean.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/auto/compose.zilean.yaml b/auto/compose.zilean.yaml index 45b288f..6794a62 100644 --- a/auto/compose.zilean.yaml +++ b/auto/compose.zilean.yaml @@ -17,7 +17,7 @@ services: postgres: condition: service_healthy volumes: - - zilean-tmp:/tmp + - ./data/zilean/tmp:/tmp networks: - addon_network @@ -29,5 +29,4 @@ networks: external: true - \ No newline at end of file