mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-26 10:15:14 +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:
|
ports:
|
||||||
- "8096:8096" # HTTP port
|
- "8096:8096" # HTTP port
|
||||||
- "8920:8920" # HTTPS port
|
- "8920:8920" # HTTPS port
|
||||||
|
network_mode: host
|
||||||
env:
|
env:
|
||||||
TZ: "{{ ansible_nas_timezone }}"
|
TZ: "{{ ansible_nas_timezone }}"
|
||||||
PUID: "{{ emby_user_id }}"
|
PUID: "{{ emby_user_id }}"
|
||||||
|
|
Loading…
Reference in a new issue