-
-
Notifications
You must be signed in to change notification settings - Fork 260
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
once i docker-compose down i lose all my settings #52
Comments
Try |
Is there any other solution for this? Maybe adding extra volume for Magento host data will solve the problem. |
You must add volumes to the web service. Edit the docker-compose.yml file as follows.
|
Unfortunetly, @osmansafak doesn't work. With your docker-compose config I can't even import data running install-sampledata command. It shows me some erros with authentication and so on 😞. |
I got the same problem. And it's very strange. Using volumes actually intends to not have it, but... (( |
@osmansafak hi. can you raise this question/issue on https://magento.stackexchange.com/ and i will show you how to fix the error |
I had a similar problem. After running
Maybe this helps anybody. If this is a common problem it might worth a pull request. |
If you want to control where the data goes, an alternative is (at the end of
This is in addition to |
i was able to spin a magento2 version with docker-compose up -
however, once i docker-compose down i lose everything.
is this how its set up to be or did i do something wrong.
thank you
The text was updated successfully, but these errors were encountered: