Update dolideb/config.json

This commit is contained in:
mezned 2024-08-19 14:11:16 +02:00
parent 581f204f08
commit 36bbf6ea9f

View File

@ -7,20 +7,16 @@
"startup": "services",
"boot": "auto",
"ports": {
"80/tcp": 9100
"80/tcp": null
},
"map": ["config", "ssl", "addons", "backup", "share"],
"options": {
"port": 9100,
"debug": false,
"admin_user": "admin",
"admin_password": "password"
"external_port": 9100,
"debug": false
},
"schema": {
"port": "int(80, 10000)",
"debug": "bool",
"admin_user": "str",
"admin_password": "str"
"external_port": "port",
"debug": "bool"
},
"image": "ghcr.io/homeassistant/{arch}-base"
}