Please go slow, i'm old and frail.. First time using Docker. I have followed instructions and got overseerr running, but I have this /app/config error, message. I saw the note in the installation guide about it, but don't know what to do about it. @radiant coyote
#Complete NOOB, need help finalizing setup
26 messages · Page 1 of 1 (latest)
I assume something about this? No idea what to do. 🙂
Other than that the entire system is up and running smoothly! happy about that anyway
How did you set it up? Could be interesting to look at the volume part in your compose config
No one has any idea how to fix this?
docker desktop
Never used so unless you want to provide more details im out
You dont use a compose yml for that?
no
Only suggestion i have considering the details added is that you are on windows using linux paths
And that will only save details inside the container, not locally thus not saving anything, really.
not a strong tech expert, so added the desktop version of docker since I can actually understand the web GUI, but all i did was create a volume, downloaded the container and ran it. was pretty straightforward to get running not much code to change
Windows or linux
Windows PC, no VM. Everything is running, but i haven't shut down the instance because i'm worried about losing all my config info as the error stated.
So your pathing on volumes is wrong
\wsl.localhost\docker-desktop-data\data\docker\volumes
this is where they live
You want config saved locally outside of container
apperently the other files live here? lol. i don't know what i'm doing.. the info come from this post about locations: https://www.josephguadagno.net/2024/07/13/docker-volume-location-on-windows
JosephGuadagno.net
Like a lot of engineers nowadays, I use Docker for my development environment. I have a Windows 11 machine with Windows Subsystem for Linux (WSL) and I use Docker Desktop for Windows. I also use Developer Containers with a volume for the source code to work with my blog, which means the files are not stored on the local file system but in a Do...
/var/lib/docker/volumes hardly sounds like a windows path to me
But never used docker on windows myself
Thanks for trying. maybe the Dev can jump in and do a test instance
Its too bad because I have everything working, Overseerr, cloudflare tunnel to access externally, but just worried about losing everything if it restarts! lol. maybe I have to re-start and see what happens.. and pray..