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

@ -19,6 +19,7 @@ RUN set -eux && \
zabbix && \
mkdir -p /etc/zabbix && \
mkdir -p /etc/zabbix/web && \
mkdir -p /etc/zabbix/web/certs && \
apk add --clean-protected --no-cache \
apache2 \
bash \