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

set docker_host variable

parent df490c89
No related branches found
No related tags found
No related merge requests found
...@@ -100,6 +100,7 @@ def buildContainer(PHP_VERSION, ALPINE_VERSION, TESTING_REPO, PHP_SESSION): ...@@ -100,6 +100,7 @@ def buildContainer(PHP_VERSION, ALPINE_VERSION, TESTING_REPO, PHP_SESSION):
], ],
'environment': { 'environment': {
'DOCKER_TLS_CERTDIR': '/certs' 'DOCKER_TLS_CERTDIR': '/certs'
'DOCKER_HOST': 'tcp://docker:2376'
}, },
'commands': [ 'commands': [
'source .env', 'source .env',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment