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.
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