toString port, every damn time
This commit is contained in:
parent
c05276bddd
commit
610c0751bd
|
@ -42,7 +42,7 @@ in {
|
|||
image =
|
||||
"ghcr.io/immich-app/immich-machine-learning:${cfg.immich-version}-cuda";
|
||||
volumes = [ "${cfg.state-directory}:/cache" ];
|
||||
ports = [ "${cfg.port}:3003" ];
|
||||
ports = [ "${toString cfg.port}:3003" ];
|
||||
extraOptions = [ "--gpus=all" ];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue