From 1d11279a6e90e8e5c10510874ad5765ab7fa17a2 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 7 Jan 2023 17:27:12 +0100 Subject: [PATCH] Update config.json --- mealie/config.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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]" }