adding ports for testing

This commit is contained in:
Richie Cahill 2024-06-22 13:10:33 -04:00
parent 7acba74931
commit 1603e2ee64

View File

@ -2,6 +2,7 @@
virtualisation.oci-containers.containers.filebrowser = {
image = "hurlenko/filebrowser";
extraOptions = [ "--network=web" ];
ports = [ "8080:8080" ];
volumes = [
"/ZFS:/data"
"/zfs/media/docker/configs/filebrowser:/config"