align apparmor capabilities

This commit is contained in:
Alexandre
2021-10-23 19:15:06 +02:00
parent 97499236c0
commit b22d539714
33 changed files with 372 additions and 428 deletions

View File

@@ -9,13 +9,11 @@
"ports": {
"22300/tcp": 22300
},
"apparmor": "true",
"apparmor": true,
"ports_description": {
"22300/tcp": "Web interface"
},
"map": [
"ssl"
],
"map": ["ssl"],
"environment": {
"APP_PORT": "22300"
},
@@ -39,10 +37,5 @@
"MAILER_NOREPLY_NAME": "str?",
"MAILER_NOREPLY_EMAIL": "str?"
},
"arch": [
"aarch64",
"amd64",
"armhf",
"armv7"
]
"arch": ["aarch64", "amd64", "armhf", "armv7"]
}