toString port

This commit is contained in:
niten 2024-02-07 14:35:08 -08:00
parent ad3c8d150d
commit ea3e8bdbcc
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ in {
service = {
image = cfg.images.immich;
restart = "always";
ports = [ "${cfg.port}:3001" ];
ports = [ "${toString cfg.port}:3001" ];
command = [ "start.sh" "immich" ];
depends_on = [ "redis" "database" ];
volumes = [