This commit is contained in:
Patrick Schratz 2024-07-06 15:56:25 +02:00
commit 62d7b6adf5
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -125,7 +125,7 @@ services:
environment: environment:
DOCKER_TLS_CERTDIR: "" DOCKER_TLS_CERTDIR: ""
image: docker:27-dind image: docker:27-dind
commands: dockerd-entrypoint.sh --tls=false commands: dockerd --storage-driver=vfs --tls=false --host=tcp://0.0.0.0:2375
privileged: true privileged: true
ports: ports:
- 2375 - 2375