[fix] network
This commit is contained in:
parent
96ec3d3505
commit
25e339f7da
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ services:
|
||||||
image: emby/embyserver
|
image: emby/embyserver
|
||||||
container_name: embyserver
|
container_name: embyserver
|
||||||
runtime: nvidia # Expose NVIDIA GPUs
|
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:
|
environment:
|
||||||
- UID=1000 # The UID to run emby as (default: 2)
|
- UID=1000 # The UID to run emby as (default: 2)
|
||||||
- GID=100 # The GID to run emby as (default 2)
|
- GID=100 # The GID to run emby as (default 2)
|
||||||
|
|
Loading…
Add table
Reference in a new issue