mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
Add container doc
Signed-off-by: Jean-Yves <7360784+docjyJ@users.noreply.github.com>
This commit is contained in:
parent
77dd56bade
commit
996ae3aeb7
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