Fix seccomp typo

This commit is contained in:
TheSpad 2022-10-21 09:39:00 +01:00
parent 779b1a3f30
commit 661c8b4b2c
No known key found for this signature in database
GPG Key ID: 08F06191F4587860

View File

@ -31,7 +31,7 @@ param_ports:
- { external_port: "3000", internal_port: "3000", port_desc: "FileZilla desktop gui." }
opt_security_opt_param: true
opt_security_opt_param_vars:
- { run_var: "seccomp=unconfined", compose_var: "seccomp:unconfined", desc: "For Docker Engine only, many modern gui apps need this to function as syscalls are unkown to Docker." }
- { run_var: "seccomp=unconfined", compose_var: "seccomp:unconfined", desc: "For Docker Engine only, many modern gui apps need this to function on older hosts as syscalls are unknown to Docker." }
# application setup block
app_setup_block_enabled: true