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