fixes
This commit is contained in:
@@ -2,7 +2,7 @@ image: docker:latest
|
||||
|
||||
services:
|
||||
- name: docker:dind
|
||||
command: ["--tls=false"] # Disable TLS for Docker-in-Docker
|
||||
command: ["--tls=false", "--host=tcp://0.0.0.0:2375"] # Disable TLS for Docker-in-Docker
|
||||
|
||||
variables:
|
||||
DOCKER_HOST: "tcp://docker:2375"
|
||||
|
||||
Reference in New Issue
Block a user