This commit is contained in:
2025-03-03 04:12:36 +03:00
parent 14493f01be
commit fd01053962

View File

@@ -2,10 +2,10 @@ image: docker:latest
services:
- name: docker:dind
command: ["--tls=false", "--host=tcp://0.0.0.0:2375"] # Disable TLS for Docker-in-Docker
command: ["--tls=false"] # Disable TLS for Docker-in-Docker
variables:
DOCKER_HOST: "tcp://docker:2375"
DOCKER_HOST: "tcp://docker:2375" # Docker service address
DOCKER_TLS_CERTDIR: ""
DOCKER_DRIVER: overlay2