Moved media and torrenting to zfs dir

This commit is contained in:
Richie Cahill
2024-06-20 21:53:44 -04:00
parent 0598004dc1
commit 87dd18a894
5 changed files with 23 additions and 23 deletions

View File

@ -4,7 +4,7 @@
ports = [ "8080:8080" ];
volumes = [
"/ZFS:/data"
"/ZFS/media/Docker/filebrowser:/config"
"/zfs/media/Docker/filebrowser:/config"
];
autoStart = true;
user = "nobody:users";