mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-13 02:17:12 +02:00
Use env variables in Zabbix web images
This commit is contained in:
@ -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 && \
|
||||
|
Reference in New Issue
Block a user