thedocks/jellyfin/docker-compose.yml

17 lines
573 B
YAML
Raw Normal View History

2022-03-20 13:14:27 +00:00
version: "3.5"
services:
jellyfin:
image: jellyfin/jellyfin
container_name: jellyfin
2022-03-21 22:48:54 +00:00
user: 1000:100
2022-03-20 13:14:27 +00:00
network_mode: "host"
volumes:
- ./config:/config
- ./cache:/cache
2022-03-22 10:29:26 +00:00
- /srv/dev-disk-by-uuid-45e2e732-9e00-4a82-a7cc-9c743e033671/datastore/music:/music
- /srv/dev-disk-by-uuid-45e2e732-9e00-4a82-a7cc-9c743e033671/datastore/PicasaStarter/pictures/Pictures:/photos
2022-03-20 13:14:27 +00:00
restart: "unless-stopped"
# Optional - alternative address used for autodiscovery
2022-03-21 22:48:54 +00:00
#environment:
# - JELLYFIN_PublishedServerUrl=http://example.com