mirror of
https://github.com/davestephens/ansible-nas
synced 2024-11-15 00:17:10 +00:00
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:
parent
183fee31d6
commit
d86b67c328
1 changed files with 1 additions and 0 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Reference in a new issue