From 0f1466351e95bec769f5e1e3eb695f09e7e78247 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 7 Jan 2022 09:15:26 +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 e600fab63..1440f16d6 100644 --- a/webtop/config.json +++ b/webtop/config.json @@ -37,8 +37,8 @@ "/dev/nvme2" ], "environment": { - "PUID": "1000", - "PGID": "1000", + "PUID": "0", + "PGID": "0", "shm_size": "1gb" }, "map": ["media:rw", "share:rw", "ssl"],