Try changing the docker-compose version

This commit is contained in:
niten 2024-05-22 13:51:26 -07:00
parent 921831ea54
commit f6871bbc20
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ let
cfg = config.services.immichMlContainer;
immichMlConfigYaml = pkgs.writeText "immich-ml-compose.yml" (builtins.toJSON {
version = "3.4";
version = "3.8";
name = "immich-machine-learning";
networks.default.name = "immich-ml";