Update config.json

This commit is contained in:
Alexandre
2021-07-07 20:24:29 +02:00
committed by GitHub
parent 1ccdf2163f
commit a7d98ee625

View File

@@ -1,6 +1,6 @@
{ {
"name": "Mealie", "name": "Mealie",
"version": "0.5.1", "version": "0.5.1-v2",
"upstream": "0.5.1", "upstream": "0.5.1",
"slug": "mealie", "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", "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", "startup": "services",
"boot": "auto", "boot": "auto",
"ports": { "ports": {
"9925/tcp": 9925 "80/tcp": 9925
}, },
"ports_description": { "ports_description": {
"9925/tcp": "Web interface" "80/tcp": "Web interface"
}, },
"map": [ "map": [
], ],