Switch docker host to localhost?

This commit is contained in:
2021-09-20 17:55:20 +02:00
parent bbb4a52049
commit 8dc97b4841
+1 -1
View File
@@ -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.