containers-schema and containers.json: remove networks from definition

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2025-01-10 23:12:12 +01:00
parent c1f1207a0e
commit b046294801
2 changed files with 0 additions and 46 deletions

View file

@ -187,13 +187,6 @@
"pattern": "^[a-z-]+$"
}
},
"networks": {
"type": "array",
"items": {
"type": "string",
"pattern": "^nextcloud-aio$"
}
},
"read_only": {
"type": "boolean"
},