Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- jellyfin:
- image: jellyfin/jellyfin
- container_name: jellyfin
- user: "1000:963"
- network_mode: 'host'
- volumes:
- - ./apps/jellyfin/config:/config
- - ./apps/jellyfin/cache:/cache
- - type: bind
- source: /nvme
- target: /nvme
- - type: bind
- source: ./shared/media/Shows
- target: /shows
- - type: bind
- source: ./shared/media/Movies
- target: /Movies
- restart: 'unless-stopped'
- environment:
- - JELLYFIN_PublishedServerUrl=http://example.com
- extra_hosts:
- - 'host.docker.internal:host-gateway'
Advertisement
Add Comment
Please, Sign In to add comment