making all zpools lower case

This commit is contained in:
Richie Cahill
2024-06-19 17:54:17 -04:00
parent 3bab15ecad
commit ad8897359c
6 changed files with 34 additions and 34 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";