mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-09 00:55:58 +02:00
align apparmor capabilities
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user