Update .gitlab-ci.yml file

This commit is contained in:
Slava
2025-03-03 00:24:04 +00:00
parent 62cabb978b
commit 51c6c30a77

View File

@@ -3,7 +3,7 @@ image: docker:latest
services:
- name: docker:dind
command: ["--tls=false"] # Отключает TLS, если проблемы с соединением
privileged: true
variables:
DOCKER_HOST: "tcp://docker:2375"