mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-23 01:01:50 +02:00
Update config.json
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
"codenotary": "alexandrep.github@gmail.com",
|
"codenotary": "alexandrep.github@gmail.com",
|
||||||
"description": "Test, do not use",
|
"description": "Test, do not use",
|
||||||
"environment": {
|
"environment": {
|
||||||
"APP_PORT": "9925",
|
"APP_PORT": "9000",
|
||||||
"DB_ENGINE": "sqlite"
|
"DB_ENGINE": "sqlite"
|
||||||
},
|
},
|
||||||
"image": "ghcr.io/alexbelgium/mealie_api-{arch}",
|
"image": "ghcr.io/alexbelgium/mealie_api-{arch}",
|
||||||
@@ -25,10 +25,10 @@
|
|||||||
},
|
},
|
||||||
"panel_icon": "mdi:silverware-fork-knife",
|
"panel_icon": "mdi:silverware-fork-knife",
|
||||||
"ports": {
|
"ports": {
|
||||||
"9925/tcp": 9925
|
"9000/tcp": 9000
|
||||||
},
|
},
|
||||||
"ports_description": {
|
"ports_description": {
|
||||||
"9925/tcp": "API port"
|
"9000/tcp": "API port"
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"BASE_URL": "str?",
|
"BASE_URL": "str?",
|
||||||
|
|||||||
Reference in New Issue
Block a user