Fix service configuration
This commit is contained in:
parent
912c27c9e4
commit
097c3d0974
@ -26,7 +26,7 @@ build-image:
|
|||||||
image: docker:latest
|
image: docker:latest
|
||||||
stage: build
|
stage: build
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- name: docker:dind
|
||||||
command: ["dockerd", "--host=tcp://0.0.0.0:2375"]
|
command: ["dockerd", "--host=tcp://0.0.0.0:2375"]
|
||||||
alias: "docker"
|
alias: "docker"
|
||||||
script:
|
script:
|
||||||
|
Reference in New Issue
Block a user