fix schema definition of apiAllowedIPs

This commit is contained in:
Christoph Kluge 2024-12-03 15:22:34 +01:00
parent 9de5879786
commit 763c9dfa6b

View File

@ -10,7 +10,10 @@
}, },
"apiAllowedIPs": { "apiAllowedIPs": {
"description": "Addresses from which secured API endpoints can be reached", "description": "Addresses from which secured API endpoints can be reached",
"type": "string" "type": "array",
"items": {
"type": "string"
}
}, },
"user": { "user": {
"description": "Drop root permissions once .env was read and the port was taken. Only applicable if using privileged port.", "description": "Drop root permissions once .env was read and the port was taken. Only applicable if using privileged port.",