Drone Runner: Update dind config

This commit is contained in:
Tobias Manske 2023-09-13 04:44:10 +02:00
parent b4b4ae6e29
commit f363448fac
Signed by: tobias
GPG Key ID: 9164B527694A0709

View File

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