docker-compose.yaml
version: '3.8'
services:
jellyfin:
image: ocd0711/jellyfin:2024110512-amd64
container_name: jellyfin
ports:
- "8096:8096"
volumes:
- ./mysql.xml:/jellyfin/mysql.xml
restart: unless-stopped
mysql.xml
<Configuration>
<ConnectionString>Server=192.168.0.117;Database=jellyfin;User=root;Password=123456;</ConnectionString>
</Configuration>
Content type
Image
Digest
sha256:d50e893fc…
Size
430.4 MB
Last updated
over 1 year ago
docker pull ocd0711/jellyfin:beta