From a7d98ee62517dbc01cfb605d6625893276129e82 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 7 Jul 2021 20:24:29 +0200 Subject: [PATCH] Update config.json --- mealie/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mealie/config.json b/mealie/config.json index ba1ee3e12..abbde012e 100644 --- a/mealie/config.json +++ b/mealie/config.json @@ -1,6 +1,6 @@ { "name": "Mealie", - "version": "0.5.1", + "version": "0.5.1-v2", "upstream": "0.5.1", "slug": "mealie", "description": "Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family", @@ -9,10 +9,10 @@ "startup": "services", "boot": "auto", "ports": { - "9925/tcp": 9925 + "80/tcp": 9925 }, "ports_description": { - "9925/tcp": "Web interface" + "80/tcp": "Web interface" }, "map": [ ],