From fe3852826da2c8fec67851ea0a1a7b5dc3d5242b Mon Sep 17 00:00:00 2001 From: homerr <19776252+homerr@users.noreply.github.com> Date: Sun, 8 Aug 2021 11:10:00 +0100 Subject: [PATCH] Resolving typo in readme --- readme-vars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme-vars.yml b/readme-vars.yml index e1371e0..20a3aa8 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -61,7 +61,7 @@ optional_block_1_items: #### Host vs. Bridge If you use IPTV, SAT>IP or HDHomeRun, you need to create the container with --net=host and remove the -p flags. This is because to work with these services Tvheadend requires a multicast address of `239.255.255.250` and a UDP port of `1900` which at this time is not possible with docker bridge mode. - If you have other host services which also use multicast such as SSDP/DLNA/Emby you may experience stabilty problems. These can be solved by giving tvheadend its own IP using macavlan. + If you have other host services which also use multicast such as SSDP/DLNA/Emby you may experience stabilty problems. These can be solved by giving tvheadend its own IP using macvlan. # application setup block app_setup_block_enabled: true