From ebdd50c6b113c4b95eedd81ab5384991d8229f86 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 2 Feb 2022 11:03:40 +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 dbfbf5c12..756d24014 100644 --- a/webtop/config.json +++ b/webtop/config.json @@ -3,8 +3,8 @@ "arch": ["aarch64", "amd64", "armv7"], "boot": "auto", "environment": { - "PUID": "0", - "PGID": "0", + "PUID": "1000", + "PGID": "1000", "HOME": "/share/webtop", "shm_size": "1gb" },