Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Persist install and settings across reboot #6

Open
snikch opened this issue Feb 7, 2018 · 1 comment
Open

Persist install and settings across reboot #6

snikch opened this issue Feb 7, 2018 · 1 comment

Comments

@snikch
Copy link

snikch commented Feb 7, 2018

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
Copy link
Owner

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

  • soulseek-data:/home/soulseek
    volumes:
    soulseek-data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants