question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Jellyseerr doesn't retain config

See original GitHub issue

Description

I set up my instance of Jellyseer and all was working until I restarted the Docker container. After that I’m prompted with the “setup” screen that asks me to insert my Jellyfin info. I checked in the volume containing the config file and there is the right file (the one with all my information), only Jellyseerr seems not to be able to read it.

Version

Version 1.02

Steps to Reproduce

  1. Setup Jellyseerr
  2. Run docker-compose restart jellyseerr

Expected Behavior

I expect to open the web interface and find all the data I set up earlier

Additional Context

Here is my docker-compose file:

`version: ‘3.7’ services:

jellyseerr: image: fallenbagel/jellyseerr:latest container_name: jellyseerr network_mode: “bridge” environment: - LOG_LEVEL=debug - TZ=Europe/Rome ports: - 5055:5055 volumes: - /home/username/media/jellyseerr/config:/app/config`

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
bosci9commented, May 15, 2022

Thank you for your help. The project is amazing btw

1reaction
bosci9commented, May 15, 2022

Ok, I have no idea why, but reloading the original docker-compose file now works fine. I have not changed anything yet now if I restart the container it retains the config.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Fallenbagel/jellyseerr: fork of overseerr for jellyfin support
Jellyseerr is a free and open source software application for managing requests for your media library. It is a a fork of Overseerr...
Read more >
Settings - Overseerr
If you only maintain one copy of media, you can instead simply set up one server and set the "Quality Profile" setting on...
Read more >
Is anyone interested in Jellyseerr (a fork of overseerr ... - Reddit
I'm just curious why using overseerr doesn't work for jellyfin, or what benefit this docker has over overseerr? I am admittedly a noob, ......
Read more >
Jellyseerr: Jam-Packed Juggernaut | Media Requests - YouTube
Well, this week we offer you Jellyseerr, a loyal companion to ... the community and keep things afloat such as our community on...
Read more >
Installing Jellyseerr on Ubuntu 20.04 · - Barry's Blog ·
Install Jellyseerr. I keep all my dockers in a dockers folder in my home directory. If it doesn't exist already, create this folder:-...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found