Try changing the docker-compose version
This commit is contained in:
parent
921831ea54
commit
f6871bbc20
|
@ -5,7 +5,7 @@ let
|
||||||
cfg = config.services.immichMlContainer;
|
cfg = config.services.immichMlContainer;
|
||||||
|
|
||||||
immichMlConfigYaml = pkgs.writeText "immich-ml-compose.yml" (builtins.toJSON {
|
immichMlConfigYaml = pkgs.writeText "immich-ml-compose.yml" (builtins.toJSON {
|
||||||
version = "3.4";
|
version = "3.8";
|
||||||
name = "immich-machine-learning";
|
name = "immich-machine-learning";
|
||||||
networks.default.name = "immich-ml";
|
networks.default.name = "immich-ml";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue