Merge pull request #59 from burrowsa/feature/emby_on_host

Change networking for emby container to host
This commit is contained in:
David Stephens 2019-03-09 23:20:11 +00:00 committed by GitHub
commit 038abca5d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 }}"