mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-06-02 17:00:10 +00:00
add expose property to containers definition
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
@@ -15,6 +15,12 @@
|
||||
"image": {
|
||||
"type": "string"
|
||||
},
|
||||
"expose": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"depends_on": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
||||
Reference in New Issue
Block a user