mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-03-10 20:38:18 +01:00
Added missing directory volume for additional libraries for Zabbix Java Gateway
This commit is contained in:
parent
583033232c
commit
09597149d7
@ -598,6 +598,8 @@ services:
|
|||||||
protocol: tcp
|
protocol: tcp
|
||||||
restart: "${RESTART_POLICY}"
|
restart: "${RESTART_POLICY}"
|
||||||
attach: false
|
attach: false
|
||||||
|
volumes:
|
||||||
|
- ${DATA_DIRECTORY}/usr/sbin/zabbix_java/ext_lib:/usr/sbin/zabbix_java/ext_lib:ro
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
|
Loading…
Reference in New Issue
Block a user