Update config.json

This commit is contained in:
Alexandre
2023-02-26 14:50:52 +01:00
committed by GitHub
parent ef49759cd9
commit e8150111e7

View File

@@ -60,12 +60,10 @@
"BINANCE_AUTHENTICATION_PASSWORD": null
},
"ports": {
"80/tcp": 8081,
"8080/tcp": 8082
"80/tcp": 8081
},
"ports_description": {
"80/tcp": "Bot port",
"8080/tcp": "Web UI port"
"80/tcp": "Webui port"
},
"privileged": [
"SYS_ADMIN",
@@ -90,4 +88,4 @@
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.23.0-5",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]"
}
}