mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-10 17:13:53 +02:00
Fixed temporary filesystem required for Chrome
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user