This commit is contained in:
Denis Lehmann 2022-06-11 12:06:54 +02:00
parent 4eee331826
commit 6d420ab85a

View file

@ -91,7 +91,7 @@
ExecStart = ''
${gunicorn}/bin/gunicorn "raincloud:create_app('${cfg.basePath}', '${cfg.cloudName}')" \
--timeout 300
--timeout 300 \
--bind=${cfg.address}:${toString cfg.port}
'';
};