aboutsummaryrefslogtreecommitdiff
path: root/src/docker-from-docker/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/docker-from-docker/install.sh')
-rwxr-xr-xsrc/docker-from-docker/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/docker-from-docker/install.sh b/src/docker-from-docker/install.sh
index 88ad52f..6e45865 100755
--- a/src/docker-from-docker/install.sh
+++ b/src/docker-from-docker/install.sh
@@ -9,7 +9,7 @@
DOCKER_VERSION=${VERSION:-"latest"}
USE_MOBY=${MOBY:-"true"}
-DOCKER_DASH_COMPOSE_VERSION=${DOCKER_DASH_COMPOSE_VERSION:-"v1"} # v1 or v2
+DOCKER_DASH_COMPOSE_VERSION=${DOCKERDASHCOMPOSEVERSION:-"v1"} # v1 or v2
ENABLE_NONROOT_DOCKER=${ENABLE_NONROOT_DOCKER:-"true"}
SOURCE_SOCKET=${SOURCE_SOCKET:-"/var/run/docker-host.sock"}