Drone Runner: Update dind config

This commit is contained in:
2023-09-13 04:44:10 +02:00
parent b4b4ae6e29
commit f363448fac

View File

@ -10,6 +10,8 @@ services:
- /lib/modules:/lib/modules:ro
environment:
DOCKER_TLS_CERTDIR: ""
command:
- '--tls=false' # Do not force TLS; note that this service is NOT exposed to the internet
networks:
- backend
- default