ho-nl / docker-development-box

🐳 Reach Digital Magento 2 Docker+local hybrid devbox 🐳
Apache License 2.0
20 stars 4 forks source link

Use named volume for nginx(?) #103

Closed hnsr closed 1 year ago

hnsr commented 2 years ago

Without a named volume, you end up with a lot of extra volumes that are no longer used, as a new one is created each time you start the service. (These can be cleaned with for example docker volume prune

We should use a named volume instead so it is reused

hnsr commented 1 year ago

Fixed in #114