version: '3.8'
services:
emby:
image: amilys/embyserver:latest
container_name: emby
volumes:
- /volume1/docker/emby/config:/config
- /volume1/media:/media
privileged: true
network_mode: host
ports:
- "8096:8096"
restart: unless-stopped
devices:
- /dev/dri:/dev/dri
environment:
UID: 0
GID: 0
GLIST: 0
GIDLIST: 0,0
no_proxy: 172.17.0.1,127.0.0.1,localhost
https_proxy: http://127.0.0.1:20171
http_proxy: http://127.0.0.1:20171