Files
emby-quadlet/emby.container

25 lines
499 B
Plaintext
Raw Normal View History

2026-01-12 12:36:20 -05:00
[Unit]
Description=Emby Media Server
[Container]
2026-01-13 14:08:15 -05:00
ContainerName=embyserver
2026-01-12 12:36:20 -05:00
Image=docker.io/emby/embyserver:latest
AutoUpdate=registry
PublishPort=8096:8096
PublishPort=8920:8920
Network=host
Volume=emby-config:/config:Z
2026-01-13 14:08:15 -05:00
Volume=/media/CONTAINER/Videos:/mnt/Videos
2026-01-12 12:36:20 -05:00
AddDevice=/dev/dri/:/dev/dri/
Environment=UID=1000
Environment=GID=100
Environment=GIDLIST=100
[Service]
Restart=unless-stopped
# Give the container a moment to shut down gracefully
TimeoutStopSec=30
[Install]
WantedBy=default.target