#Volume Mount Issues

1 messages · Page 1 of 1 (latest)

lapis urchin
#

The /config volume mount was not configured properly. All data will be cleared when the container is stopped or restarted!

I get this when starting Overseerr in Docker on Mac OS. I'm not familiar with docker, as I'm only running it to use Requestrr, I currently run on OSX.

summer slate
#

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.

red pier
#

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

edgy tide
red pier
#

Can you guide me a bit further? I have read through the documentation but I am not too fluent with linux

edgy tide
#

You need to modify the command you used to start Overseerr.

red pier
#

ty i got it up and running. appreciate the help