From 27d532b9f6a7b8d44b23abe2ffeb29aa21a3485a 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 7a7f6389f..0ffb680ff 100644 --- a/compose_zabbix_components.yaml +++ b/compose_zabbix_components.yaml @@ -681,7 +681,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: