shyim / shopware-docker

Easy to use Docker Installation for Shopware 5 and Shopware 6
MIT License
115 stars 27 forks source link

docker-compose version configurability or automation #114

Closed creative-resort closed 3 years ago

creative-resort commented 3 years ago

Is your feature request related to a problem? Please describe. SWDC uses a hard-coded version "3.7". Even installing the latest docker and docker-compose via apt resulted in an incompatibility. Changing the up.sh file to use version "3.6" solved the issue.

Describe the solution you'd like I'd like to propose an option to configure a custom docker-compose version, or an automatic detection of the best compatible version.

Additional context 2021-08-19_173328

shyim commented 3 years ago

You should use this guide to install docker-compose https://docs.docker.com/compose/install/. It should work then directly

shyim commented 3 years ago

Updated there https://github.com/shyim/shopware-docker/wiki/Installation