From 5a46366a83fb28aa3040416b88f951cc481aed52 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sat, 20 May 2023 11:57:13 +0000 Subject: [PATCH] Update file build-container.tpl.yml --- templates/build-container.tpl.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/build-container.tpl.yml b/templates/build-container.tpl.yml index b75f7ae..b739615 100644 --- a/templates/build-container.tpl.yml +++ b/templates/build-container.tpl.yml @@ -17,7 +17,7 @@ build-container: variables: DOCKER_DRIVER: overlay2 DOCKER_TLS_CERTDIR: "" - DOCKER_HOST: tcp://docker:2375 + DOCKER_HOST: tcp://localhost:2375/ services: - docker:19.03.12-dind stage: build