• 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

    Efficient_Good_5784
    Offline

    Community Moderator

    Posts: 1,168
    Threads: 3
    Joined: 2023 Jun
    Reputation: 50
    #19
    2024-12-21, 04:42 AM
    (2024-09-16, 05:32 PM)xyu Wrote: 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?

    I don't know if you got help for this already, but your issue is that you cannot link multiple mounts to the same location.
    What you basically did is link both movie directories to appear under the same "/movies" target.
    What this does is cause an error where the container won't know which place to reference when it tries to access "/movies" internally.

    You should give the new movie directory a different target name and that new name should appear in the container.
    You can add multiple directories to a single library in Jellyfin, so make sure to do that if you want to mix it with your current movie library in Jellyfin.
    « 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