fixed dyslexia

This commit is contained in:
Richie Cahill 2024-05-27 10:31:31 -04:00
parent 21d34e0669
commit 631698a1af

View File

@ -3,10 +3,10 @@
backend = "docker"; backend = "docker";
containers.filebrowser = { containers.filebrowser = {
image = "hurlenko/filebrowser"; image = "hurlenko/filebrowser";
ports = [ "443:8080" ]; ports = [ "8080:8080" ];
volumes = [ volumes = [
"/DATA_DIR:/ZFS" "/ZFS:/data"
"/CONFIG_DIR:/ZFS/Media/Docker/filebrowser" "/ZFS/Media/Docker/filebrowser:/config"
]; ];
environment = { environment = {
FB_BASEURL = "/filebrowser"; FB_BASEURL = "/filebrowser";