From 8904eb81da8dbfb924dbffa125627097745c0eb9 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 11 Dec 2020 13:14:17 +0100 Subject: [PATCH] addition of optional ports --- emby/config.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/emby/config.json b/emby/config.json index 0334234ea..d1a46f2af 100644 --- a/emby/config.json +++ b/emby/config.json @@ -18,11 +18,15 @@ ], "ports": { "8096/tcp": 8096, - "8920/tcp": null + "8920/tcp": null, + "7359/udp": null, + "1900/udp": null }, "ports_description": { "8096/tcp": "web interface", - "8920/tcp": "https web interface (optional)" + "8920/tcp": "https web interface (optional)", + "7359/udp": "udp server discover (optional)", + "1900/udp": "dlna (optional)" }, "map": [ "config:rw",