From 74502d5774d3786aa50e89f78bcfdf7fad449d23 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 30 Nov 2022 21:20:24 +0100 Subject: [PATCH] Disable external port by default --- filebrowser/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/filebrowser/config.json b/filebrowser/config.json index b2e7fb7a2..7b8999868 100644 --- a/filebrowser/config.json +++ b/filebrowser/config.json @@ -65,7 +65,7 @@ }, "panel_icon": "mdi:file-search", "ports": { - "8080/tcp": 8087 + "8080/tcp": null }, "ports_description": { "8080/tcp": "Web UI port" @@ -89,4 +89,4 @@ "slug": "filebrowser", "url": "https://github.com/alexbelgium/hassio-addons", "version": "2.23.0" -} \ No newline at end of file +}