From 20eb8a88d4c0f363512ef9a9a73d268ee16894cf Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 7 Jan 2022 09:01:55 +0100 Subject: [PATCH] Update config.json --- webtop/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webtop/config.json b/webtop/config.json index 1440f16d6..e600fab63 100644 --- a/webtop/config.json +++ b/webtop/config.json @@ -37,8 +37,8 @@ "/dev/nvme2" ], "environment": { - "PUID": "0", - "PGID": "0", + "PUID": "1000", + "PGID": "1000", "shm_size": "1gb" }, "map": ["media:rw", "share:rw", "ssl"],