diff --git a/seafile/config.json b/seafile/config.json index 438ca791d..b2b6999e7 100644 --- a/seafile/config.json +++ b/seafile/config.json @@ -57,7 +57,7 @@ "seafile_admin_email": "me@example.com", "seafile_admin_password": "a_very_secret_password", "PUID": 0, - "GUID": 0 + "PGID": 0 }, "panel_icon": "mdi:library", "ports": { @@ -73,7 +73,7 @@ ], "schema": { "PUID": "int", - "GUID": "int", + "PGID": "int", "TZ": "str", "database": "list(sqlite|mariadb_addon)", "data_location": "str",