From ad0898df82bb6707ad35c7232998439e91b22c7d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 15 Sep 2022 13:00:11 +0200 Subject: [PATCH] Update config.json --- seafile/config.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/seafile/config.json b/seafile/config.json index 1426d3748..3ad09f3ab 100644 --- a/seafile/config.json +++ b/seafile/config.json @@ -41,7 +41,9 @@ "/dev/nvme2" ], "environment": { - "NOSWAG": "1" + "NOSWAG": "1", + "PUID": 0, + "GUID": 0 }, "image": "ghcr.io/alexbelgium/seafile-{arch}", "map": [ @@ -89,6 +91,6 @@ ], "slug": "seafile", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/seafile", - "version": "v9.0.8-pro_testdonotupdate17", + "version": "v9.0.8-pro_testdonotupdate18", "webui": "[PROTO:ssl]://[HOST]:[PORT:8000]" }