From a3d71e0e63abdb0aa5f98e8aec9f2e2b9ef800fb Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 10 Jun 2022 22:49:47 +0200 Subject: [PATCH] Update config.json --- seafile/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/seafile/config.json b/seafile/config.json index fc92d2e71..e86f5f85e 100644 --- a/seafile/config.json +++ b/seafile/config.json @@ -50,8 +50,8 @@ ], "name": "Seafile", "options": { - "PUID": "1001", - "PGID": "1001", + "PUID": "1000", + "PGID": "1000", "database": "sqlite", "data_location": "/share/seafile", "URL": "seafile.example.com",