mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-25 10:11:53 +02:00
Update config.json
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
"ingress_port": 8099,
|
"ingress_port": 8099,
|
||||||
"panel_icon": "mdi:silverware-fork-knife",
|
"panel_icon": "mdi:silverware-fork-knife",
|
||||||
"ports": {
|
"ports": {
|
||||||
"80/tcp": 9925
|
"9925/tcp": 9925
|
||||||
},
|
},
|
||||||
"ports_description": {
|
"ports_description": {
|
||||||
"80/tcp": "Web interface"
|
"80/tcp": "Web interface"
|
||||||
@@ -22,7 +22,8 @@
|
|||||||
"ssl:rw"
|
"ssl:rw"
|
||||||
],
|
],
|
||||||
"environment": {
|
"environment": {
|
||||||
"DB_ENGINE": "sqlite"
|
"DB_ENGINE": "sqlite",
|
||||||
|
"APP_PORT": 9925
|
||||||
},
|
},
|
||||||
"options": {},
|
"options": {},
|
||||||
"schema": {
|
"schema": {
|
||||||
|
|||||||
Reference in New Issue
Block a user