adding filebrowser to haproxy

This commit is contained in:
Richie Cahill
2024-06-22 12:28:09 -04:00
parent 95983b77b9
commit ec00ec53a2
2 changed files with 7 additions and 1 deletions

View File

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