fix: Provide docker host for build
This commit is contained in:
parent
fa1d82383b
commit
0af955737d
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ variables:
|
|||
DATABASE_URL: "postgres"
|
||||
MIX_ENV: "test"
|
||||
DOCKER_TLS_CERTDIR: "/certs"
|
||||
DOCKER_HOST: tcp://localhost:2376
|
||||
DOCKER_HOST: tcp://docker:2376
|
||||
|
||||
services:
|
||||
- name: postgres:12
|
||||
|
|
Loading…
Reference in a new issue