add filebrowser as a dependency

This commit is contained in:
Richie Cahill
2024-06-23 10:29:32 -04:00
parent 0e9c23e42b
commit 4365065f83
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@
image = "hurlenko/filebrowser";
extraOptions = [ "--network=web" ];
volumes = [
"/ZFS:/data"
"/zfs:/data"
"/zfs/media/docker/configs/filebrowser:/config"
];
autoStart = true;