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