From 802900257615a2fff2c5f93dd5ddc6d97cfd57e5 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 26 Jan 2024 16:26:58 +0100 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 2f8a87325..989110c33 100644 --- a/mealie/config.json +++ b/mealie/config.json @@ -82,8 +82,8 @@ "options": { "ALLOW_SIGNUP": true, "DATA_DIR": "/config/addons_config/mealie_data", - "PGID": 1000, - "PUID": 1000, + "PGID": 0, + "PUID": 0, "certfile": "fullchain.pem", "keyfile": "privkey.pem", "ssl": false @@ -108,6 +108,6 @@ "slug": "mealie", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "v1.0.0-9_test5", + "version": "v1.0.0-10", "webui": "[PROTO:ssl]://[HOST]:[PORT:9001]" }