diff --git a/docs/deployment/systemd.md b/docs/deployment/systemd.md index 3a2e582..106db12 100644 --- a/docs/deployment/systemd.md +++ b/docs/deployment/systemd.md @@ -21,5 +21,5 @@ caption: /etc/systemd/system/argos-server.service Please note that it might be better to use Gunicorn with a Uvicorn worker, [as specified in the Uvicorn docs](https://www.uvicorn.org/#running-with-gunicorn): ```bash -gunicorn example:app -w 4 -k uvicorn.workers.UvicornWorker -``` \ No newline at end of file +gunicorn example:app -w 4 -k uvicorn.workers.UvicornWorker -b '127.0.0.1:8000' +```