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";
containers.filebrowser = {
image = "hurlenko/filebrowser";
ports = [ "443:8080" ];
ports = [ "8080:8080" ];
volumes = [
"/DATA_DIR:/ZFS"
"/CONFIG_DIR:/ZFS/Media/Docker/filebrowser"
"/ZFS:/data"
"/ZFS/Media/Docker/filebrowser:/config"
];
environment = {
FB_BASEURL = "/filebrowser";