From fc09a76aff646f78d7b39d8c6793c23245d0f4d8 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Thu, 17 Jul 2025 19:58:52 +0900 Subject: [PATCH] Fixed temporary filesystem required for Chrome --- compose_zabbix_components.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compose_zabbix_components.yaml b/compose_zabbix_components.yaml index a31f6d6e2..9ad5e1603 100644 --- a/compose_zabbix_components.yaml +++ b/compose_zabbix_components.yaml @@ -685,7 +685,9 @@ services: read_only: true volumes: - ${DATA_DIRECTORY}/var/lib/zabbix/enc:/var/lib/zabbix/enc:ro - tmpfs: /tmp + tmpfs: + - /var/lib/zabbix/.config + - /tmp security_opt: - seccomp:${ENV_VARS_DIRECTORY}/chrome_dp.json deploy: