From 21c657efcc806e15d363085a980875bc975c720c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 3 Jan 2023 15:39:18 +0100 Subject: [PATCH] Update config.json --- mealie/config.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/mealie/config.json b/mealie/config.json index a67f25766..3565bb4f2 100644 --- a/mealie/config.json +++ b/mealie/config.json @@ -6,7 +6,6 @@ "codenotary": "alexandrep.github@gmail.com", "description": "Mealie is a self hosted recipe manager and meal planner built in Vue", "environment": { - "APP_PORT": "9925", "DB_ENGINE": "sqlite", "WEB_GUNICORN": "true" }, @@ -26,10 +25,10 @@ }, "panel_icon": "mdi:silverware-fork-knife", "ports": { - "9925/tcp": 9925 + "9000": 9000 }, "ports_description": { - "9925/tcp": "Web interface" + "9000/tcp": "Web interface" }, "schema": { "BASE_URL": "str?", @@ -42,5 +41,5 @@ "slug": "mealie", "url": "https://github.com/alexbelgium/hassio-addons", "version": "Omni-test2", - "webui": "[PROTO:ssl]://[HOST]:[PORT:9925]" + "webui": "[PROTO:ssl]://[HOST]:[PORT:9000]" }