Jellyseerr doesn't retain config
See original GitHub issueDescription
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
- Setup Jellyseerr
- 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:
- Created a year ago
- Comments:7 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thank you for your help. The project is amazing btw
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.