mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-25 17:06:55 +00:00
add image_tag to containers definition
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
2cf6c7401e
commit
c69a5d2065
4 changed files with 26 additions and 2 deletions
|
|
@ -96,6 +96,10 @@
|
|||
"pattern": "^[A-Z_]+$"
|
||||
}
|
||||
},
|
||||
"image_tag": {
|
||||
"type": "string",
|
||||
"pattern": "^[a-z0-9.-]+$"
|
||||
},
|
||||
"devices": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue