mirror of
https://github.com/librenms/docker.git
synced 2026-01-23 02:14:48 +00:00
Merge pull request #510 from akadoya/master
Add missing ext-xmlwriter extension and fix permissions
This commit is contained in:
commit
11b253c23e
2 changed files with 2 additions and 1 deletions
|
|
@ -63,6 +63,7 @@ RUN apk --update --no-cache add \
|
|||
php83-sockets \
|
||||
php83-tokenizer \
|
||||
php83-xml \
|
||||
php83-xmlwriter \
|
||||
php83-zip \
|
||||
python3 \
|
||||
py3-pip \
|
||||
|
|
|
|||
|
|
@ -219,7 +219,7 @@ done
|
|||
# Fix perms
|
||||
echo "Fixing perms..."
|
||||
chown librenms:librenms /data/config /data/monitoring-plugins /data/plugins /data/rrd /data/weathermap /data/alert-templates
|
||||
chown -R librenms:librenms /data/logs ${LIBRENMS_PATH}/config.d ${LIBRENMS_PATH}/bootstrap ${LIBRENMS_PATH}/logs ${LIBRENMS_PATH}/storage
|
||||
chown -R librenms:librenms /data/logs ${LIBRENMS_PATH}/composer* ${LIBRENMS_PATH}/config.d ${LIBRENMS_PATH}/bootstrap ${LIBRENMS_PATH}/logs ${LIBRENMS_PATH}/storage ${LIBRENMS_PATH}/vendor
|
||||
chmod ug+rw /data/logs /data/rrd ${LIBRENMS_PATH}/bootstrap/cache ${LIBRENMS_PATH}/storage ${LIBRENMS_PATH}/storage/framework/*
|
||||
|
||||
# Check additional Monitoring plugins
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue