Fixed temporary filesystem required for Chrome
This commit is contained in:
parent
4fae508f72
commit
cb1c527158
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user