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 5bfb502 commit 825432fCopy full SHA for 825432f
Dockerfile
@@ -4,7 +4,7 @@ COPY requirements.txt /requirements.txt
4
RUN /opt/netbox/venv/bin/python -m pip install -r /requirements.txt
5
6
RUN mkdir /opt/netbox/netbox/media/software-images/
7
-RUN chown -R unit:unit /opt/netbox/netbox/media/software-images
+RUN chown -R unit:root /opt/netbox/netbox/media/software-images
8
9
RUN echo '\n\
10
RQ_QUEUES["software_manager"]=RQ_PARAMS\n\
0 commit comments