Giter Club home page Giter Club logo

Comments (7)

bosci9 avatar bosci9 commented on May 22, 2024 1

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.

from jellyseerr.

bosci9 avatar bosci9 commented on May 22, 2024 1

Thank you for your help. The project is amazing btw

from jellyseerr.

Fallenbagel avatar Fallenbagel commented on May 22, 2024

That is probably because permission issue. Jellyseerr is unable to write the configs to the folder that is mapped so it is unable to retain the config.

Please ensure the config folder has the right permissions.

Also side note: for restarts it's better to use docker restart jellyseerr

from jellyseerr.

bosci9 avatar bosci9 commented on May 22, 2024

I don't think that's the problem because if I open the file settings.json inside the config folder, I can see that Jellyseerr wrote into it before. The config folder belongs to root and has rw permission.

Thanks for the advice btw.

from jellyseerr.

Fallenbagel avatar Fallenbagel commented on May 22, 2024

Is there anything in the logs?
Also to test could you try mapping the config folder to a docker volume? You can do this by

docker create volume config

And in docker-compose
- config:/app/config

Also you just said the config folder belongs to root and not username. Could you clown it to username? Because to my understanding of how docker works, when you don't specify the docker user, it will automatically use the user that created the container so if username created it, but the config folder is owned by root it will not be able to read a second time.

from jellyseerr.

bosci9 avatar bosci9 commented on May 22, 2024

I did that, but now when I open the webpage I get this warning : The /app/config volume mount was not configured properly. All data will be cleared when the container is stopped or restarted.
This doesn't appear when I create the container with the docker-compose file that I posted above

from jellyseerr.

Fallenbagel avatar Fallenbagel commented on May 22, 2024

I did that, but now when I open the webpage I get this warning : The /app/config volume mount was not configured properly. All data will be cleared when the container is stopped or restarted.
This doesn't appear when I create the container with the docker-compose file that I posted above

For future reference, though that appears as long as the volume is retained in your device the configs would remain. I use volumes for when testing though I do not recommend that to run as production

Anyways, glad you solved it!

from jellyseerr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.