mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-15 03:02:32 +02:00
Fixed temporary filesystem required for Chrome
This commit is contained in:
@ -685,7 +685,9 @@ services:
|
|||||||
read_only: true
|
read_only: true
|
||||||
volumes:
|
volumes:
|
||||||
- ${DATA_DIRECTORY}/var/lib/zabbix/enc:/var/lib/zabbix/enc:ro
|
- ${DATA_DIRECTORY}/var/lib/zabbix/enc:/var/lib/zabbix/enc:ro
|
||||||
tmpfs: /tmp
|
tmpfs:
|
||||||
|
- /var/lib/zabbix/.config
|
||||||
|
- /tmp
|
||||||
security_opt:
|
security_opt:
|
||||||
- seccomp:${ENV_VARS_DIRECTORY}/chrome_dp.json
|
- seccomp:${ENV_VARS_DIRECTORY}/chrome_dp.json
|
||||||
deploy:
|
deploy:
|
||||||
|
Reference in New Issue
Block a user