mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-06-03 09:20:09 +00:00
internal_ports should be a string and not an array
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
@@ -32,11 +32,8 @@
|
||||
"container_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"internal_ports": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
"internal_port": {
|
||||
"type": "string"
|
||||
},
|
||||
"stop_grace_period": {
|
||||
"type": "integer"
|
||||
|
||||
Reference in New Issue
Block a user