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