From e231a4240c1a0f7bcf3822b7139232cbec692f07 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 21 Feb 2021 21:54:27 +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 3859f53d8..5aa34e74f 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -22,8 +22,8 @@ "webui": "https://[HOST]:[PORT:443]", "panel_icon": "mdi:cloud", "options": { - "PUID": 0, - "PGID": 0, + "PUID": 1000, + "PGID": 1000, "trusted_domains": ["your-domain"], "OCR": false, "OCRLANG": "fra"