added tags to containers

This commit is contained in:
Richie Cahill
2024-06-29 09:21:42 -04:00
parent bafdcdfaf0
commit cb70bf5498
3 changed files with 7 additions and 7 deletions

View File

@ -3,7 +3,7 @@ let
in
{
virtualisation.oci-containers.containers.filebrowser = {
image = "hurlenko/filebrowser";
image = "hurlenko/filebrowser:latest";
extraOptions = [ "--network=web" ];
volumes = [
"/zfs:/data"