version: "2.3"
services:
emby:
image: docker.1panel.live/emby/embyserver:latest
container_name: embyserver
network_mode: host # Enable DLNA and Wake-on-Lan
environment:
- UID=0 # The UID to run emby as (default: 2)
- GID=0 # The GID to run emby as (default 2)
- GIDLIST=0,10 # A comma-separated list of additional GIDs to run emby as (default: 2)
- NO_PROXY=172.17.0.1,127.0.0.1,localhost
- ALL_PROXY=http://192.168.31.200:20172
- HTTP_PROXY=http://192.168.31.200:20172
volumes:
- /share/docker/emby-server/config:/config # Configuration directory
- /share/网盘电影:/mnt/share1 # Media directory
- /share/网盘电影:/share/网盘电影
ports:
- 8096:8096 # HTTP port
- 8920:8920 # HTTPS port
devices:
- /dev/dri:/dev/dri # VAAPI/NVDEC/NVENC render nodes
restart: on-failure
版权归属:
李先生ol
许可协议:
本文使用《署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0)》协议授权
评论区