From 8dc97b4841f6bf5bd95bb91e9e3e62d9809565cf Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 20 Sep 2021 17:55:20 +0200 Subject: [PATCH] Switch docker host to localhost? --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dd677a4..0707205 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ variables: SECURE_LOG_LEVEL: "debug" SAST_JAVA_VERSION: 11 - DOCKER_HOST: tcp://docker:2378/ + DOCKER_HOST: tcp://localhost:2375/ # This will suppress any download for dependencies and plugins or upload messages which would clutter the console log. # `showDateTime` will show the passed time in milliseconds. You need to specify `--batch-mode` to make this work.