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.
2 parents 98e131f + 1c65f7a commit 5cb8e97Copy full SHA for 5cb8e97
Dockerfile
@@ -75,7 +75,7 @@ WORKDIR /opt/netbox/netbox
75
# container startup.
76
# Must set permissions for '/opt/netbox/netbox/media' directory
77
# to g+w so that pictures can be uploaded to netbox.
78
-RUN mkdir static && chmod g+w static media
+RUN mkdir static && chmod -R g+w static media
79
80
ENTRYPOINT [ "/opt/netbox/docker-entrypoint.sh" ]
81
0 commit comments