From cb1c5271585f423f5ad9e3639f6c27025d62da08 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 7878091d8..66478e077 100644 --- a/compose_zabbix_components.yaml +++ b/compose_zabbix_components.yaml @@ -683,7 +683,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: