From caea629d2e8b1a7bfac13f45f9ecc743c61a1d05 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 16 Feb 2021 15:40:24 +0100 Subject: [PATCH] Update config.json --- filebrowser/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/filebrowser/config.json b/filebrowser/config.json index e9d9c12ba..c24d3f3c6 100644 --- a/filebrowser/config.json +++ b/filebrowser/config.json @@ -12,10 +12,10 @@ "armhf" ], "ports": { - "443/tcp": 8087 + "8080/tcp": 8087 }, "ports_description": { - "443/tcp": "Web UI port" + "8080/tcp": "Web UI port" }, "apparmor": true, "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],