mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-10 15:57:55 +00:00
Merge 996ae3aeb7 into 9c0334d3f0
This commit is contained in:
commit
ff8c993ba6
2 changed files with 70 additions and 2 deletions
|
|
@ -9,13 +9,13 @@
|
|||
"items": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"minProperties": 2,
|
||||
"minProperties": 3,
|
||||
"required": ["image", "container_name", "image_tag"],
|
||||
"properties": {
|
||||
"image": {
|
||||
"type": "string",
|
||||
"minLength": 1,
|
||||
"pattern": "^(ghcr.io/)?[a-z0-9/-]+$"
|
||||
"pattern": "^(ghcr.io/)?[a-z0-9_-]+/[a-z0-9_-]+$"
|
||||
},
|
||||
"expose": {
|
||||
"type": "array",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue