Fixed PostgreSQL schema name. Fixed graph legends on CentOS

This commit is contained in:
root
2018-06-28 15:48:31 +09:00
parent c32237360d
commit 8ad66c8639
51 changed files with 731 additions and 17 deletions

View File

@ -79,7 +79,7 @@ RUN groupadd --system zabbix && \
php-mbstring \
php-pgsql \
php-xml && \
ln -s /usr/share/fonts/ttf-dejavu/DejaVuSans.ttf /usr/share/zabbix/fonts/graphfont.ttf && \
ln -s /usr/share/fonts/dejavu/DejaVuSans.ttf /usr/share/zabbix/fonts/graphfont.ttf && \
rm -f /etc/php-fpm.d/www.conf && \
mkdir -p /var/lib/php/ && \
chown --quiet -R nginx:nginx /var/lib/php/ && \