From b1922500232dd32680e29015e7292eea427df8a3 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Thu, 6 Mar 2025 15:38:09 +0900 Subject: [PATCH] Added missing directory volume for additional libraries for Zabbix Java Gateway --- compose_zabbix_components.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compose_zabbix_components.yaml b/compose_zabbix_components.yaml index 284712a1c..42f70ed43 100644 --- a/compose_zabbix_components.yaml +++ b/compose_zabbix_components.yaml @@ -598,6 +598,8 @@ services: protocol: tcp restart: "${RESTART_POLICY}" attach: false + volumes: + - ${DATA_DIRECTORY}/usr/sbin/zabbix_java/ext_lib:/usr/sbin/zabbix_java/ext_lib:ro deploy: resources: limits: