From 661c8b4b2c34eb3a45148e2fb1ef5f0942e98766 Mon Sep 17 00:00:00 2001 From: TheSpad Date: Fri, 21 Oct 2022 09:39:00 +0100 Subject: [PATCH] Fix seccomp typo --- readme-vars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme-vars.yml b/readme-vars.yml index 5193342..af808f3 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -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