[fix] network

This commit is contained in:
Andy Bunce 2022-03-31 22:58:50 +01:00
parent 96ec3d3505
commit 25e339f7da
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@ services:
image: emby/embyserver
container_name: embyserver
runtime: nvidia # Expose NVIDIA GPUs
network_mode: host # Enable DLNA and Wake-on-Lan
# network_mode: host # Enable DLNA and Wake-on-Lan
# https://forums.docker.com/t/docker-errors-invalidargument-host-network-mode-is-incompatible-with-port-bindings/103492/14
environment:
- UID=1000 # The UID to run emby as (default: 2)
- GID=100 # The GID to run emby as (default 2)