diff --git a/immich-ml-container.nix b/immich-ml-container.nix index b6c110c..a384952 100644 --- a/immich-ml-container.nix +++ b/immich-ml-container.nix @@ -14,6 +14,7 @@ in { port = mkOption { type = port; description = "Port on which to listen for connections."; + default = 3003; }; state-directory = mkOption {