From 2c547e151f6d6af0c96d3f3bc9a578eedcc64aa2 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 8 Dec 2024 00:39:03 +0100 Subject: [PATCH] Correct env puid https://github.com/alexbelgium/hassio-addons/issues/1656 --- immich/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/immich/config.json b/immich/config.json index 4f428783b..e5036a8ba 100644 --- a/immich/config.json +++ b/immich/config.json @@ -74,8 +74,8 @@ "MACHINE_LEARNING_CACHE_FOLDER": "/data/machine-learning", "MACHINE_LEARNING_WORKERS": "1", "MACHINE_LEARNING_WORKER_TIMEOUT": "120", - "PGID": 0, - "PUID": 0, + "PGID": "0", + "PUID": "0", "REDIS_HOSTNAME": "localhost", "REDIS_PORT": "6379", "REVERSE_GEOCODING_DUMP_DIRECTORY": "/data/.reverse-geocoding-dump/", @@ -139,6 +139,6 @@ "slug": "immich", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.122.1", + "version": "1.122.1-2", "webui": "http://[HOST]:[PORT:8080]" }