Guest User

Untitled

a guest
Feb 14th, 2025
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. services:
  2. jellyfin:
  3. image: jellyfin/jellyfin
  4. container_name: jellyfin
  5. user: "1000:1000"
  6. network_mode: 'host'
  7. volumes:
  8. - /home/username/Docker/Jellyfin/config:/config
  9. - /home/username/Docker/Jellyfin/cache:/cache
  10. - type: bind
  11. source: "/media/username/ExternalSSD/TRANSFER/MEDIA FOR SERVING"
  12. target: /media
  13. restart: 'unless-stopped'
Advertisement
Add Comment
Please, Sign In to add comment