From bbc4469648312d219964e6cd3201efa64e82502b Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sat, 20 May 2023 12:11:05 +0000 Subject: [PATCH] Update file build-container.tpl.yml --- templates/build-container.tpl.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/templates/build-container.tpl.yml b/templates/build-container.tpl.yml index b2da876..42b2c83 100644 --- a/templates/build-container.tpl.yml +++ b/templates/build-container.tpl.yml @@ -17,9 +17,12 @@ build-container: variables: DOCKER_DRIVER: overlay2 DOCKER_TLS_CERTDIR: "" - DOCKER_HOST: tcp://localhost:2375/ + DOCKER_HOST: tcp://thedockerhost:2375/ services: - - docker:20.10.17-dind + #- docker:20.10.17-dind + - name: docker:dind + alias: thedockerhost + stage: build script: - ./scripts/docker-login.sh