From d86b67c32863db6f97b4bc95cfb90f5401370ea7 Mon Sep 17 00:00:00 2001 From: Andrew Burrows Date: Fri, 1 Mar 2019 20:54:16 +0000 Subject: [PATCH] Change networking for emby container to host This allows devices such as smart TVs to find and stream from emby --- tasks/emby.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/emby.yml b/tasks/emby.yml index aed24b47..6e73ad12 100644 --- a/tasks/emby.yml +++ b/tasks/emby.yml @@ -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 }}"