mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 05:42:36 +00:00
Update docker/launch-netbox.sh
Co-authored-by: Christian Mäder <cimnine@users.noreply.github.com>
This commit is contained in:
parent
951e0f3817
commit
7d56493327
|
|
@ -5,7 +5,7 @@ exec granian \
|
|||
--port "8080" \
|
||||
--interface "wsgi" \
|
||||
--no-ws \
|
||||
--workers "${GRANIAN_WORKERS}" \
|
||||
--workers "${GRANIAN_WORKERS:-4}" \
|
||||
--respawn-failed-workers \
|
||||
--backpressure "${GRANIAN_BACKPRESSURE}" \
|
||||
--loop "uvloop" \
|
||||
|
|
|
|||
Loading…
Reference in a new issue