mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-10 07:38:43 +01:00
Migrated images to use native Zabbix environment variables
This commit is contained in:
parent
a01af62dff
commit
7470fef082
@ -118,7 +118,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||
chmod -R g=u ${ZABBIX_CONF_DIR}/zabbix_agent2_item_keys.conf \
|
||||
${ZABBIX_CONF_DIR}/zabbix_agent2.d/ \
|
||||
${ZABBIX_USER_HOME_DIR}/ && \
|
||||
chmod g=u ${ZABBIX_CONF_DIR}
|
||||
chmod g=u ${ZABBIX_CONF_DIR} && \
|
||||
microdnf -y clean all
|
||||
|
||||
EXPOSE 10050/TCP 31999/TCP
|
||||
|
Loading…
Reference in New Issue
Block a user