From 76ce772e8240b399bf769e8f2e4aff54e001279a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 3 May 2022 17:19:05 +0200 Subject: [PATCH] Change default UID --- calibre/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/calibre/config.json b/calibre/config.json index e8b3e79dd..13ddcebe9 100644 --- a/calibre/config.json +++ b/calibre/config.json @@ -56,8 +56,8 @@ ], "name": "Calibre", "options": { - "PGID": 0, - "PUID": 0 + "PGID": 1000, + "PUID": 1000 }, "panel_icon": "mdi:book-multiple", "ports": {