mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-08-13 17:57:41 +02:00
Modifications for Openshift
With these modifications the netbox containers can run on Openshift. The configuration files can be imported from a config map to the '/etc/netbox' directory and will be loaded from there.
This commit is contained in:
@ -2,7 +2,6 @@ command = '/usr/bin/gunicorn'
|
||||
pythonpath = '/opt/netbox/netbox'
|
||||
bind = '0.0.0.0:8001'
|
||||
workers = 3
|
||||
user = 'root'
|
||||
errorlog = '-'
|
||||
accesslog = '-'
|
||||
capture_output = False
|
||||
|
Reference in New Issue
Block a user