We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8ce40e commit 313a923Copy full SHA for 313a923
docker-compose.python2.yaml
@@ -0,0 +1,7 @@
1
+#ddev-generated
2
+services:
3
+ # This service is only used to pull the Docker image for offline use.
4
+ python2:
5
+ image: python:2.7-slim-${DDEV_SITENAME}-built
6
+ profiles:
7
+ - python2
install.yaml
@@ -2,6 +2,7 @@ name: python2
project_files:
- config.python2.yaml
+ - docker-compose.python2.yaml
- web-build/Dockerfile.python2
-ddev_version_constraint: '>= v1.23.5'
8
+ddev_version_constraint: '>= v1.24.10'
0 commit comments