diff --git a/mealie/config.json b/mealie/config.json index 16a2f1616..8e12e9784 100644 --- a/mealie/config.json +++ b/mealie/config.json @@ -26,10 +26,12 @@ }, "panel_icon": "mdi:silverware-fork-knife", "ports": { - "3000/tcp": 9091 + "3000/tcp": 9090, + "9000/tcp": 9091 }, "ports_description": { - "3000/tcp": "Web interface" + "3000/tcp": "Web interface", + "9000/tcp": "API port" }, "schema": { "BASE_URL": "str?", @@ -42,6 +44,6 @@ }, "slug": "mealie", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "test", + "version": "test2", "webui": "[PROTO:ssl]://[HOST]:[PORT:3000]" }