1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-07-25 19:23:58 +00:00

Add missing dep and perms for Weathermap plugin (#82)

This commit is contained in:
Seti 2020-05-22 16:53:14 +02:00 committed by GitHub
parent 785f8b4d93
commit 351d95299f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -57,6 +57,7 @@ RUN apk --update --no-cache add \
php7-openssl \
php7-pdo \
php7-pdo_mysql \
php7-pear \
php7-phar \
php7-posix \
php7-session \

View file

@ -6,7 +6,8 @@ mkdir -p /data \
/var/run/php-fpm
chown librenms. \
/data \
"${LIBRENMS_PATH}"
"${LIBRENMS_PATH}" \
"${LIBRENMS_PATH}/html/plugins/Weathermap/output"
chown -R librenms. \
/tpls \
/var/lib/nginx \