From 9f8c3828404f31994095a89264f6f8ecbf385cd5 Mon Sep 17 00:00:00 2001 From: Jeroen Vijgen Date: Sat, 28 Mar 2026 21:25:38 +0000 Subject: [PATCH] Set different path for fs-quantum --- modules/30-services-software/filesystem-service/main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/30-services-software/filesystem-service/main.tf b/modules/30-services-software/filesystem-service/main.tf index 132fbd2..8da1145 100644 --- a/modules/30-services-software/filesystem-service/main.tf +++ b/modules/30-services-software/filesystem-service/main.tf @@ -62,12 +62,12 @@ module "fs-quantum" { volumes = [ { host_path = "/mnt/storage" - container_path = "/black" + container_path = "/home/filebrowser/black" read_only = false }, { host_path = "/mnt/ssd" - container_path = "/blue" + container_path = "/home/filebrowser/blue" read_only = false }, {