From 8e5889faeab15e2fbbe4e58e90e767faa46f9bb4 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 29 Nov 2020 18:42:57 +0100 Subject: [PATCH] https port --- emby/config.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/emby/config.json b/emby/config.json index a1bff920c..c42ff788d 100644 --- a/emby/config.json +++ b/emby/config.json @@ -16,10 +16,12 @@ "armv7" ], "ports": { - "8096/tcp": 8096 + "8096/tcp": 8096, + "8920/tcp": null }, "ports_description": { - "8096/tcp": "web interface" + "8096/tcp": "web interface", + "8920/tcp": "https web interface (optional)" }, "map": [ "config:rw",