• 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 Troubleshooting Updating Jellyfin docker container on Synology DSM 6

     
    • 0 Vote(s) - 0 Average

    Updating Jellyfin docker container on Synology DSM 6

    Sargon
    Offline

    Junior Member

    Posts: 5
    Threads: 2
    Joined: 2024 Aug
    Reputation: 0
    #1
    2024-08-22, 03:45 PM
    I have just finished setting up Jellyfin in a docker container on my Synology box (running DSM 6) and spent a few days getting all the metadata updated properly everything configured the way I want.

    Now I want to make sure I know how to update the container without breaking anything whenever there is a new software version released.  I know there are automated ways to keep the container updated, but I would prefer to only update on demand at this point.

    With that said, I have created a task in Synology that I "think" will update the container, but I am a bit nervous about running it the first time and potentially losing all the work I have already done.  
    (NOTE: I have taken a complete backup of my docker container, so in theory I should be able to restore that if anything goes wrong, but I don't have any experience restoring containers)

    Is there anyone who can tell me whether the script below appears to be defined correctly to update the container?  I realize you don't have all the specific details on my configuration, but do the steps look logically correct?  Have I missed anything?

    Code:
    docker stop jellyfin
    docker rm jellyfin
    docker pull jellyfin/jellyfin:latest
    docker run -d --name=jellyfin \
    -v /volume1/docker/jellyfin/config:/config \
    -v /volume1/docker/jellyfin/cache:/cache \
    -v /volume2/Video/Movies:/video-movies:ro \
    -v /volume2/Video/Series:/video-series:ro \
    -v /volume2/Video/Wrestling:/video-wrestling:ro \
    -v /volume2/Video/Other:/video-other:ro \
    -v /volume2/Music:/music:ro \
    --user 1026:100 \
    --net=host \
    --restart always \
    jellyfin/jellyfin
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Updating Jellyfin docker container on Synology DSM 6 - by Sargon - 2024-08-22, 03:45 PM
    RE: Updating Jellyfin docker container on Synology DSM 6 - by TheDreadPirate - 2024-08-22, 05:18 PM
    RE: Updating Jellyfin docker container on Synology DSM 6 - by Efficient_Good_5784 - 2024-08-22, 06:21 PM
    RE: Updating Jellyfin docker container on Synology DSM 6 - by TheDreadPirate - 2024-08-22, 06:27 PM
    RE: Updating Jellyfin docker container on Synology DSM 6 - by Sargon - 2024-08-22, 06:57 PM
    RE: Updating Jellyfin docker container on Synology DSM 6 - by TheDreadPirate - 2024-08-22, 07:12 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