convert port correctly
This commit is contained in:
parent
31563d9dbe
commit
6d0ca91b68
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@
|
|||
|
||||
ExecStart = ''
|
||||
${gunicorn}/bin/gunicorn "raincloud:app('${raincloud_config}')" \
|
||||
--bind=${cfg.address}:${cfg.port}
|
||||
--bind=${cfg.address}:${toString cfg.port}
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue