add expose property to containers definition

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L
2023-02-02 15:11:40 +01:00
parent b428f3d1d8
commit 21492e6b9d
2 changed files with 37 additions and 0 deletions

View File

@@ -15,6 +15,12 @@
"image": {
"type": "string"
},
"expose": {
"type": "array",
"items": {
"type": "string"
}
},
"depends_on": {
"type": "array",
"items": {