From a0cc3dfc34456b2850b1dd2fae8e57ab7ab18319 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 7 Feb 2022 10:12:44 +0100 Subject: [PATCH] Update config.json --- plex_meta_manager/config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plex_meta_manager/config.json b/plex_meta_manager/config.json index ab2e29f54..cee3df70e 100644 --- a/plex_meta_manager/config.json +++ b/plex_meta_manager/config.json @@ -13,14 +13,14 @@ "environment": {}, "map": ["config:rw"], "options": { - "PUID": 0, - "PGID": 0, + "PUID": 1000, + "PGID": 1000, "HOME": "/config/addons_config/plex-data-manager" }, "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "schema": { - "PUID": "bool", - "PGID": "bool", + "PUID": "int", + "PGID": "int", "TZ": "str?", "HOME": "str", "PMM_CONFIG": "str?",