1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-01-23 02:14:48 +00:00

Merge pull request #414 from jcostom/master

Fix for /opt/librenms/cache ownership
This commit is contained in:
Jellyfrog 2024-01-28 02:00:10 +01:00 committed by GitHub
commit 78ef9bd4b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,8 @@ mkdir -p /data \
chown librenms:librenms \
/data \
"${LIBRENMS_PATH}" \
"${LIBRENMS_PATH}/.env"
"${LIBRENMS_PATH}/.env" \
"${LIBRENMS_PATH}/cache"
chown -R librenms:librenms \
/home/librenms \
/tpls \