feat: configure docker-in-docker container with host networking and custom daemon settings

This commit is contained in:
infosave2007
2026-04-04 10:31:15 +03:00
parent 26a6ca526d
commit fb2ab2aa5c
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ services:
restart: unless-stopped
environment:
DOCKER_TLS_CERTDIR: ""
command: ["dockerd", "--host=tcp://0.0.0.0:2375", "--host=unix:///var/run/docker.sock", "--tls=false", "--dns=8.8.8.8", "--dns=1.1.1.1", "--mtu=1200"]
volumes:
- dind_data:/var/lib/docker