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 ded183b commit 99fee57Copy full SHA for 99fee57
2 files changed
Dockerfile
@@ -132,7 +132,6 @@ RUN apk --update --no-cache add -t build-dependencies \
132
&& git reset --hard $WEATHERMAP_PLUGIN_COMMIT \
133
) \
134
&& chown -R nobody:nogroup ${LIBRENMS_PATH} \
135
- && chown -R librenms:librenms ${LIBRENMS_PATH}/cache \
136
&& apk del build-dependencies \
137
&& rm -rf .git \
138
html/plugins/Test \
rootfs/etc/cont-init.d/02-fix-perms.sh
@@ -9,7 +9,8 @@ mkdir -p /data \
9
chown librenms:librenms \
10
/data \
11
"${LIBRENMS_PATH}" \
12
- "${LIBRENMS_PATH}/.env"
+ "${LIBRENMS_PATH}/.env" \
13
+ "${LIBRENMS_PATH}/cache"
14
chown -R librenms:librenms \
15
/home/librenms \
16
/tpls \
0 commit comments