From 2e8a443b4b1afe90398dca246c99f3b851e8c7ff Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 23 Mar 2022 11:28:34 +0100 Subject: [PATCH] Update config.json --- filebrowser/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/filebrowser/config.json b/filebrowser/config.json index ef3ba8935..319ec6d02 100644 --- a/filebrowser/config.json +++ b/filebrowser/config.json @@ -34,6 +34,7 @@ "/dev/nvme1", "/dev/nvme2" ], + "image": "ghcr.io/alexbelgium/filebrowser-{arch}", "environment": { "FB_BASEURL": "/filebrowser", "PGID": "0", @@ -82,6 +83,6 @@ "upstream": "2.21.1", "url": "https://github.com/alexbelgium/hassio-addons", "codenotary": "alexandrep.github@gmail.com", - "version": "2.21.1", + "version": "2.21.1-2", "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" }