Update config.json

This commit is contained in:
Alexandre
2021-09-21 15:20:27 +02:00
committed by GitHub
parent 973555e581
commit b04bc297f3

View File

@@ -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": {