allofphysicsgraph / proofofconcept

Physics Derivation Graph: mathematical connections among equations
https://derivationmap.net/
Other
20 stars 6 forks source link

Specify required version of docker compose in the README #278

Closed bhpayne closed 9 months ago

bhpayne commented 9 months ago

Specify the version in documentation and see if we can check the version in the script

bhpayne commented 9 months ago

On my laptop I'm running

$ docker-compose version
docker-compose version 1.29.2, build 5becea4c
docker-py version: 5.0.0
CPython version: 3.9.0
OpenSSL version: OpenSSL 1.1.1h  22 Sep 2020
bhpayne commented 9 months ago

As per https://docs.docker.com/compose/compose-file/compose-versioning/ there are three versions to track:

$ docker --version
Docker version 20.10.11, build dea9396
bhpayne commented 9 months ago

done