Use env variables in Zabbix web images

This commit is contained in:
Alexey Pustovalov
2020-09-11 02:49:29 -04:00
55 changed files with 867 additions and 1729 deletions

View File

@ -68,6 +68,7 @@ RUN set -eux && INSTALL_PKGS="bash \
zabbix && \
mkdir -p /etc/zabbix && \
mkdir -p /etc/zabbix/web && \
mkdir -p /etc/zabbix/web/certs && \
mkdir -p /var/lib/php/session && \
rm -f /etc/nginx/conf.d/*.conf && \
rm -f /etc/php-fpm.d/www.conf && \