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
1 changed files with 2 additions and 0 deletions

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