danielguerra69 / soulseek

soulseek vnc service
18 stars 6 forks source link

Persist install and settings across reboot #6

Open snikch opened 6 years ago

snikch commented 6 years ago

Hey there. Thanks for the container, it's working great. I'm using this in a docker compose environment, and I'd like to be able to persist the install and config, current downloads etc across recreations of the container. At the moment, if I do something like add or remove a volume for sharing, it kicks me back to a whole new fresh container with no install. Do you have any thoughts on how I could solve this? I don't know enough about Wine / soulseek to know whether it's as simple as persisting the configuration somewhere, or whether there's more to it. I'm ok to do the install each time, just as long as it can pick up the downloads and sharing settings where it left off.

Happy to do the legwork if you can point me in the right direction. cheers.

danielguerra69 commented 6 years ago

Create a volume for user soulseek and mount it to /home/soulseek. in you docker-compose.yml volumes: