mirror of
https://github.com/linuxserver/docker-filezilla.git
synced 2026-03-09 00:09:53 +08:00
Fix seccomp typo
This commit is contained in:
parent
779b1a3f30
commit
661c8b4b2c
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user