From 24ab861c63b778d09e8c56c56f3ae064dbacb444 Mon Sep 17 00:00:00 2001 From: niten Date: Tue, 21 May 2024 11:31:44 -0700 Subject: [PATCH] Add command to podman-compose --- immich-ml-container.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/immich-ml-container.nix b/immich-ml-container.nix index c9718f1..f8deb0b 100644 --- a/immich-ml-container.nix +++ b/immich-ml-container.nix @@ -58,7 +58,7 @@ in { path = with pkgs; [ podman-compose ]; serviceConfig = { ExecStart = pkgs.writeShellScript "immich-machine-learning" '' - podman-compose -f ${immichMlConfigYaml} + podman-compose -f ${immichMlConfigYaml} up ''; }; };