fixed photoprism

This commit is contained in:
2024-10-26 11:03:55 -04:00
parent 47e01ac591
commit d99bf1b27b
2 changed files with 1 additions and 1 deletions

View File

@@ -47,7 +47,6 @@ in
};
environmentFiles = ["${vars.storage_secrets}/docker/photoprism"];
autoStart = true;
dependsOn = [ "photoprism_mariadb" ];
extraOptions = [ "--network=web" ];
};
}

View File

@@ -22,6 +22,7 @@ in
"audiobookshelf"
"filebrowser"
"grafana"
"photoprism"
"uptime_kuma"
];
extraOptions = [ "--network=web" ];