Skip to content

One or two containers crash at irregular intervals and don't go back up automatically #572

Closed Answered by louislam
pastaholic asked this question in Ask for Help
Discussion options

You must be logged in to vote

My Jellyfin is working fine.

Normally, with restart: unless-stopped, it should restart the container automatically after crash. However, in your case, it didn't.

I think you should create another new Jellyfin stack with minimal configs and mount a local media folder, so that you can determine whether it is the container issue, or config issues, or mount issues (not sure if jellyfin supports NFS/SMB).

Here is my compose.yaml for your reference:

services:
  jellyfin:
    ports:
      - 8096:8096
    image: jellyfin/jellyfin
    volumes:
      - ./config:/config
      - ./cache:/cache
      - /mnt/user/Videos:/mnt/user/Videos    # Array (XFS)
    restart: unless-stopped

Replies: 5 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@pastaholic
Comment options

Comment options

You must be logged in to vote
1 reply
@pastaholic
Comment options

Comment options

You must be logged in to vote
1 reply
@pastaholic
Comment options

Answer selected by pastaholic
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 participants