From 43d3e3fdccbb942ae51d37dd810af931f628196e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 2 Feb 2022 11:03:16 +0100 Subject: [PATCH] Update config.json --- webtop_kde/config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/webtop_kde/config.json b/webtop_kde/config.json index 0c68a0116..0dda6690c 100644 --- a/webtop_kde/config.json +++ b/webtop_kde/config.json @@ -3,8 +3,8 @@ "arch": ["aarch64", "amd64", "armv7"], "boot": "auto", "environment": { - "PUID": "0", - "PGID": "0", + "PUID": "1000", + "PGID": "1000", "HOME": "/share/webtop_kde", "shm_size": "1gb" }, @@ -69,8 +69,8 @@ "3000/tcp": "web interface" }, "options": { - "PUID": 0, - "PGID": 0, + "PUID": 1000, + "PGID": 1000, "additional_apps": "engrampa,thunderbird,libreoffice" }, "schema": {