Fixed temporary filesystem required for Chrome

This commit is contained in:
Alexey Pustovalov 2025-07-17 19:58:52 +09:00
parent 7a8ccac5dc
commit 4af8eb4b3d

View File

@ -675,7 +675,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: