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:
parent
785f8b4d93
commit
351d95299f
2 changed files with 3 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue