Skip to content
Snippets Groups Projects
Commit 0f7a120a authored by Jonas Leder's avatar Jonas Leder
Browse files

set docker cert path

parent 3a17ffa0
Branches
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ def buildContainer(PHP_VERSION, ALPINE_VERSION, TESTING_REPO, PHP_SESSION):
}
],
'environment': {
'DOCKER_TLS_CERTDIR': '/certs',
'DOCKER_CERT_PATH': '/certs',
'DOCKER_HOST': 'tcp://docker:2376',
'DOCKER_TLS_VERIFY': '1'
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment