Change networking for emby container to host

This allows devices such as smart TVs to find and stream from emby
This commit is contained in:
Andrew Burrows 2019-03-01 20:54:16 +00:00
parent 183fee31d6
commit d86b67c328

View file

@ -17,6 +17,7 @@
ports:
- "8096:8096" # HTTP port
- "8920:8920" # HTTPS port
network_mode: host
env:
TZ: "{{ ansible_nas_timezone }}"
PUID: "{{ emby_user_id }}"