diff --git a/runner/main/modules/docker/docker.sh b/runner/main/modules/docker/docker.sh index 975ed7e..45eb995 100644 --- a/runner/main/modules/docker/docker.sh +++ b/runner/main/modules/docker/docker.sh @@ -31,10 +31,6 @@ function docker_check() { exit_error "Docker is not installed. Please install it and try again." fi - if ! docker-compose --version > /dev/null 2>&1; then - exit_error "Docker Compose is not installed. Please install it and try again." - fi - # These env variables must be set for the module to work. verify_env UUID } @@ -74,4 +70,4 @@ function docker_teardown() { done echo "============================================================================" echo ">>> stopsection <<<" -} \ No newline at end of file +}