toString port
This commit is contained in:
parent
6619d9448d
commit
c925d71443
|
@ -16,7 +16,7 @@ let
|
|||
count = 1;
|
||||
capabilities = [ "gpu" ];
|
||||
}];
|
||||
ports = [ "${cfg.port}:3003" ];
|
||||
ports = [ "${toString cfg.port}:3003" ];
|
||||
restart = "always";
|
||||
volumes = [ "${cfg.state-directory}:/cache" ];
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue