mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +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:
parent
53065b5631
commit
54f61eba68
8 changed files with 32 additions and 81 deletions
|
|
@ -32,11 +32,8 @@
|
|||
"container_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"internal_ports": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
"internal_port": {
|
||||
"type": "string"
|
||||
},
|
||||
"stop_grace_period": {
|
||||
"type": "integer"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue