Set different path for fs-quantum

This commit is contained in:
2026-03-28 21:25:38 +00:00
parent c86dbcbbc2
commit 9f8c382840
@@ -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
},
{