We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24b44e4 commit a93df5cCopy full SHA for a93df5c
Dockerfile
@@ -6,7 +6,7 @@ RUN /opt/netbox/venv/bin/python -m pip install -r /requirements.txt
6
RUN mkdir /opt/netbox/netbox/media/software-images/
7
RUN chown -R unit:unit /opt/netbox/netbox/media/software-images
8
9
-RUN echo $'\n\
+RUN echo '\n\
10
RQ_QUEUES["software_manager"]=RQ_PARAMS\n\
11
' >> /opt/netbox/netbox/netbox/settings.py
12
0 commit comments