Update 'firewall-local-backend.json'

Added apparmor related lines to firewall container
This commit is contained in:
Gyorgy Berenyi
2023-05-23 16:45:11 +00:00
parent c6be680599
commit fdf5bd62b6

View File

@@ -51,7 +51,7 @@
{ "TARGET_PORT": "80" }, { "TARGET_PORT": "80" },
{ "COMMENT": "firewall for local backend" } { "COMMENT": "firewall for local backend" }
], ],
"EXTRA": "--privileged --rm", "EXTRA": "--privileged --rm --security-opt apparmor=unconfined",
"DEPEND": "null", "DEPEND": "null",
"START_ON_BOOT": "false", "START_ON_BOOT": "false",
"CMD": "null", "CMD": "null",