-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Specify required version of docker compose in the README #278
Comments
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 |
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 |
done |
bhpayne
added a commit
to allofphysicsgraph/ui_v8_website_flask_neo4j
that referenced
this issue
May 25, 2024
bhpayne
added a commit
to allofphysicsgraph/ui_v7_website_flask_json
that referenced
this issue
May 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Specify the version in documentation and see if we can check the version in the script
The text was updated successfully, but these errors were encountered: