Cleanup volume handling and fix write access

This commit is contained in:
2025-05-04 21:19:31 +10:00
parent 66306e2428
commit b13a52233a
4 changed files with 85 additions and 16 deletions

View File

@@ -29,6 +29,10 @@ job "transfer" {
source = "unraid_transfer"
access_mode = "single-node-writer"
attachment_mode = "file-system"
mount_options {
mount_flags = ["uid=911","gid=1000"] # linuxserver.io container services run as uid 911
}
}
task "filebrowser" {