#Volume Mount Issues
1 messages · Page 1 of 1 (latest)
You need to make sure the volume is mapped and mounted. In our docker run command there is this part -v /path/to/appdata/config:/app/config. You need to make sure you have that included and also make sure that you change /path/to/appdata/config to a directory on your machine that you want to store the config files.
Good evening, I am experiencing the same issue. I am not sure where to input that command unfortunately. I used the terminal in the overseerr container without results /app # -v /path/to/appdata/config:/app/config /bin/sh: -v: not found
It's not a command by itself, it's part of how you start overseerr.
Can you guide me a bit further? I have read through the documentation but I am not too fluent with linux
You need to modify the command you used to start Overseerr.
ty i got it up and running. appreciate the help