Skip to content

Commit 661c8b4

Browse files
committed
Fix seccomp typo
1 parent 779b1a3 commit 661c8b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ param_ports:
3131
- { external_port: "3000", internal_port: "3000", port_desc: "FileZilla desktop gui." }
3232
opt_security_opt_param: true
3333
opt_security_opt_param_vars:
34-
- { 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." }
34+
- { 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." }
3535

3636
# application setup block
3737
app_setup_block_enabled: true

0 commit comments

Comments
 (0)