From c7323a88a54b5ee1bbd875f277efd6467c7966fa Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 7 Dec 2024 15:31:48 +0100 Subject: [PATCH] Default user root --- immich/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/immich/config.json b/immich/config.json index 78cee7f57..71e181b07 100644 --- a/immich/config.json +++ b/immich/config.json @@ -98,8 +98,8 @@ "DB_USERNAME": "postgres", "DISABLE_MACHINE_LEARNING": false, "JWT_SECRET": "jt+OVWY6WqKJXw3xF5qOxN5L5/f4u2jlIlCQgWS3E4w=", - "PGID": 1000, - "PUID": 1000, + "PGID": 0, + "PUID": 0, "TZ": "Europe/Paris", "data_location": "/share/immich" },