> For AI agents: the complete documentation index is available at https://www.tteam.icu/llms.txt, the full documentation bundle is available at https://www.tteam.icu/llms-full.txt.

# Jellyfin媒体服务器部署

## 部署命令

默认端口是8096

```bash
docker run -d \
 --name jellyfin \
 --net=host \
 -v /data/jellyfin/config:/config \
 -v /data/jellyfin/cache:/cache \
 -v /data/docker/bililive/moves:/moves \
 --restart=unless-stopped \
 jellyfin/jellyfin
```
