From b4d322dd244c7b949eca5ab1dce75ea323d44f11 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 10 Jun 2022 09:21:37 +0200 Subject: [PATCH] Create config.json --- seafile/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/seafile/config.json b/seafile/config.json index de8a2a697..1cd3080f8 100644 --- a/seafile/config.json +++ b/seafile/config.json @@ -67,7 +67,7 @@ }, "ports_description": { "8000/tcp": "Seahub", - "8000/tcp": "File server" + "8082/tcp": "File server" }, "privileged": [ "SYS_ADMIN", @@ -93,6 +93,6 @@ ], "slug": "seafile", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/seafile", - "version": "1.1", - "webui": "http://[HOST]:[PORT:8000]" + "version": "1.0", + "webui": "http://[HOST]:[PORT:80]" }