mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-03-11 05:18:11 +01:00
6 lines
112 B
Python
6 lines
112 B
Python
|
command = '/usr/bin/gunicorn'
|
||
|
pythonpath = '/opt/netbox/netbox'
|
||
|
bind = '0.0.0.0:8001'
|
||
|
workers = 3
|
||
|
user = 'root'
|