shyim / shopware

Shopware 6 Docker Image
https://hub.docker.com/r/shyim/shopware
MIT License
66 stars 13 forks source link

How to bind volumes in project directory #102

Closed ghost closed 1 year ago

ghost commented 1 year ago

Hello, I would like to use this image for development purposes. However, I'm facing issues mounting the volume on MacOS. I attempted to bind the volume using the following configuration: ` volumes:

While the folder structure is copied, none of the files are included. The files don't exists anymore after binding the volume.

I would appreciate it if you could help.

ghost commented 1 year ago

It affects other Docker images as well. When I try to bind a directory, it becomes corrupted and empty. Please test it and confirm

ghost commented 1 year ago

I´m now older and wiser. That was a misunderstanding of docker volume binding.