From 031fb662b366b8b6ae90d1e6092b1baa9257cd3e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 5 Nov 2021 20:21:20 +0100 Subject: [PATCH] Update config.json --- nextcloud/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nextcloud/config.json b/nextcloud/config.json index a4f0c4f9e..b6706c5e1 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -20,8 +20,8 @@ "webui": "https://[HOST]:[PORT:443]", "panel_icon": "mdi:cloud", "options": { - "PUID": 0, - "PGID": 0, + "PUID": 1000, + "PGID": 1000, "use_own_certs": false, "certfile": "fullchain.pem", "keyfile": "privkey.pem",