mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-02 19:59:12 +01:00
Merge env variables for standard locations
This commit is contained in:
parent
e23918cf57
commit
829441dd0c
@ -481,6 +481,7 @@ services:
|
||||
- ${DATA_DIRECTORY}/var/lib/zabbix/modules:/var/lib/zabbix/modules:ro
|
||||
- ${DATA_DIRECTORY}/var/lib/zabbix/enc:/var/lib/zabbix/enc:ro
|
||||
- ${DATA_DIRECTORY}/var/lib/zabbix/ssh_keys:/var/lib/zabbix/ssh_keys:ro
|
||||
- ${DATA_DIRECTORY}/var/lib/zabbix/user_scripts:/var/lib/zabbix/user_scripts:ro
|
||||
tmpfs: /tmp
|
||||
deploy:
|
||||
resources:
|
||||
@ -531,6 +532,7 @@ services:
|
||||
- ${DATA_DIRECTORY}/var/lib/zabbix/modules:/var/lib/zabbix/modules:ro
|
||||
- ${DATA_DIRECTORY}/var/lib/zabbix/enc:/var/lib/zabbix/enc:ro
|
||||
- ${DATA_DIRECTORY}/var/lib/zabbix/ssh_keys:/var/lib/zabbix/ssh_keys:ro
|
||||
- ${DATA_DIRECTORY}/var/lib/zabbix/user_scripts:/var/lib/zabbix/user_scripts:ro
|
||||
tmpfs: /tmp
|
||||
deploy:
|
||||
resources:
|
||||
|
@ -33,3 +33,5 @@ UnsafeUserParameters=${ZBX_UNSAFEUSERPARAMETERS}
|
||||
# Mandatory: no
|
||||
# Default:
|
||||
# UserParameterDir=
|
||||
|
||||
UserParameterDir=${ZBX_USERPARAMETERDIR}
|
||||
|
@ -33,3 +33,5 @@ UnsafeUserParameters=${ZBX_UNSAFEUSERPARAMETERS}
|
||||
# Mandatory: no
|
||||
# Default:
|
||||
# UserParameterDir=
|
||||
|
||||
UserParameterDir=${ZBX_USERPARAMETERDIR}
|
||||
|
Loading…
Reference in New Issue
Block a user