toString port
This commit is contained in:
parent
ad3c8d150d
commit
ea3e8bdbcc
|
@ -57,7 +57,7 @@ in {
|
||||||
service = {
|
service = {
|
||||||
image = cfg.images.immich;
|
image = cfg.images.immich;
|
||||||
restart = "always";
|
restart = "always";
|
||||||
ports = [ "${cfg.port}:3001" ];
|
ports = [ "${toString cfg.port}:3001" ];
|
||||||
command = [ "start.sh" "immich" ];
|
command = [ "start.sh" "immich" ];
|
||||||
depends_on = [ "redis" "database" ];
|
depends_on = [ "redis" "database" ];
|
||||||
volumes = [
|
volumes = [
|
||||||
|
|
Loading…
Reference in New Issue