Skip to content

Instantly share code, notes, and snippets.

@det-peralta
Created October 6, 2019 21:08
Show Gist options
  • Save det-peralta/a10f92c24ab0c875fd65956e605b5b0e to your computer and use it in GitHub Desktop.
Save det-peralta/a10f92c24ab0c875fd65956e605b5b0e to your computer and use it in GitHub Desktop.
Docker Compose file for run Jellyfin
version: "3"
services:
jellyfin:
image: jellyfin/jellyfin:nightly
network_mode: "host"
volumes:
- /volume1/nasbox/Docker/jellyfin/config:/config
- /volume1/nasbox/Docker/jellyfin/cache:/cache
- /volume1/nasbox/Docker/jellyfin/media:/media
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment