mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-12 19:48:47 +00:00
Merge pull request #59 from burrowsa/feature/emby_on_host
Change networking for emby container to host
This commit is contained in:
commit
038abca5d3
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