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

@ -17,6 +17,7 @@ RUN set -eux && \
zabbix && \
mkdir -p /etc/zabbix && \
mkdir -p /etc/zabbix/web && \
mkdir -p /etc/zabbix/web/certs && \
mkdir -p /var/lib/php/session && \
dnf --quiet makecache && \
dnf -y install epel-release && \