This commit is contained in:
Patrick Schratz 2024-07-06 15:41:37 +02:00
commit d7c0c9ef85
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -123,7 +123,7 @@ steps:
services:
docker:
image: docker:dind
commands: dockerd-entrypoint.sh --tls=false
commands: dockerd-entrypoint.sh --tls=false --host=tcp://0.0.0.0:2376
privileged: true
ports:
- 2376