.
This commit is contained in:
parent
e2959fa7ae
commit
62d7b6adf5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue