0xAF / openwebrxplus-softmbe-docker

Docker image for OpenWebRX+ from luarvique, with Digital modes, including DMR, D-Star, YSF, FreeDV, DRM, NXDN, etc.
https://hub.docker.com/r/slechev/openwebrxplus-softmbe
MIT License
24 stars 5 forks source link

How to backup settings? #5

Closed oh6kw closed 7 months ago

oh6kw commented 7 months ago

At first start owrx reads settings from docker volume owrxp-settings. Where it stores settings when running? How can i backup settings?

0xAF commented 7 months ago

Either use this or similar method: https://www.howtogeek.com/devops/how-to-back-up-your-docker-volumes/

Or don't use volumes. I personally prefer to use local folders instead of volumes. https://www.freecodecamp.org/news/docker-mount-volume-guide-how-to-mount-a-local-directory/

And last but not least, learn your tools. If you're going to use Docker container, learn how to do it. Everything is out there, in the search engines like Google.

Good luck.

(repoen this issue, if you have questions related to the container itself, not a general questions on how to use docker.)