• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Guides, Walkthroughs & Tutorials Guide: Running Jellyfin in Synology's DSM 7 Using Docker Compose

     
    • 1 Vote(s) - 5 Average

    Guide: Running Jellyfin in Synology's DSM 7 Using Docker Compose

    xyu
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2024 Sep
    Reputation: 0
    Country:Taiwan
    #17
    2024-09-16, 05:32 PM
    My YAML file is set up like this, and I've tried adding the volume2 bind and target to the compose file.  However, when i try to add the library in jellyfin, the library on volume2 does not show up at all.  (I ran out of space on volume 1 and would like to store my media in volume2)

    Code:
    version: '3.5'
    services:
      jellyfin:
        image: jellyfin/jellyfin
        container_name: jellyfin
    #    user: uid:gid
        network_mode: 'host'
        volumes:
          - ./config:/config
          - ./cache:/cache
          - type: bind
            source: /volume1/Media/Movies
            target: /movies
          - type: bind
            source: /volume2/Media2/Movies
            target: /movies
          - type: bind
            source: /volume1/Media/Shows
            target: /shows
          - type: bind
            source: /volume1/Media/Books
            target: /books
            read_only: false

    Am I doing something wrong, is there another place i need to add volume2 so that jellyfin knows to look for it when adding a Library?
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Guide: Running Jellyfin in Synology's DSM 7 Using Docker Compose - by Efficient_Good_5784 - 2023-12-31, 05:53 PM
    RE: Guide: Running Jellyfin in Synology's DSM 7 Using Docker Compose - by denmalley - 2024-02-02, 01:42 AM
    RE: Guide: Running Jellyfin in Synology's DSM 7 Using Docker Compose - by Efficient_Good_5784 - 2024-02-02, 03:58 AM
    RE: Guide: Running Jellyfin in Synology's DSM 7 Using Docker Compose - by bitmap - 2024-02-02, 07:18 PM
    RE: Guide: Running Jellyfin in Synology's DSM 7 Using Docker Compose - by denmalley - 2024-02-03, 02:43 AM
    RE: Guide: Running Jellyfin in Synology's DSM 7 Using Docker Compose - by Kurt - 2024-05-29, 06:20 PM
    RE: Guide: Running Jellyfin in Synology's DSM 7 Using Docker Compose - by Efficient_Good_5784 - 2024-05-29, 06:52 PM
    RE: Guide: Running Jellyfin in Synology's DSM 7 Using Docker Compose - by Kurt - 2024-05-29, 07:09 PM
    RE: Guide: Running Jellyfin in Synology's DSM 7 Using Docker Compose - by Efficient_Good_5784 - 2024-05-29, 08:03 PM
    RE: Guide: Running Jellyfin in Synology's DSM 7 Using Docker Compose - by Kurt - 2024-05-29, 08:25 PM
    RE: Guide: Running Jellyfin in Synology's DSM 7 Using Docker Compose - by xyu - 2024-09-16, 05:32 PM
    RE: Guide: Running Jellyfin in Synology's DSM 7 Using Docker Compose - by Efficient_Good_5784 - 2024-12-21, 04:42 AM
    RE: Guide: Running Jellyfin in Synology's DSM 7 Using Docker Compose - by TheDreadPirate - 2024-05-29, 06:40 PM
    RE: Guide: Running Jellyfin in Synology's DSM 7 Using Docker Compose - by Efficient_Good_5784 - 2024-05-29, 09:43 PM
    RE: Guide: Running Jellyfin in Synology's DSM 7 Using Docker Compose - by Kurt - 2024-05-29, 11:28 PM
    RE: Guide: Running Jellyfin in Synology's DSM 7 Using Docker Compose - by Haxornator - 2024-06-18, 07:05 AM
    RE: Guide: Running Jellyfin in Synology's DSM 7 Using Docker Compose - by TheDreadPirate - 2024-06-18, 02:31 PM
    RE: Guide: Running Jellyfin in Synology's DSM 7 Using Docker Compose - by XavierP56 - 2024-09-03, 06:08 PM
    RE: Guide: Running Jellyfin in Synology's DSM 7 Using Docker Compose - by quecup - 2024-11-17, 04:25 PM
    RE: Guide: Running Jellyfin in Synology's DSM 7 Using Docker Compose - by Efficient_Good_5784 - 2024-12-21, 04:49 AM
    RE: Guide: Running Jellyfin in Synology's DSM 7 Using Docker Compose - by scavenger1801 - 2025-03-01, 07:18 AM
    RE: Guide: Running Jellyfin in Synology's DSM 7 Using Docker Compose - by Efficient_Good_5784 - 2025-03-01, 05:07 PM
    RE: Guide: Running Jellyfin in Synology's DSM 7 Using Docker Compose - by Goby - 2025-03-09, 02:53 PM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode