I'm a Docker newbie and I successfully got my first app running (Jellyseer), but I'm facing a frustrating issue. Every time the computer reboots, the app loses all its settings and resets back to default. Does anyone have tips on how I can keep the data persistent across restarts?
1 Answer
It sounds like you're having trouble with data persistence. I recommend using Docker Compose, which allows you to map a local directory to the app's working directory. This way, your settings would be saved outside the container and remain intact even if the container is restarted.
Related Questions
How To Get Your Domain Unblocked From Facebook
How To Find A String In a Directory of Files Using Linux