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" },