Closed cskiraly closed 7 years ago
It seems docker-compose can't handle variable substitution in .env, thus DOCKER_HOST=tcp://$AGILE_HOST:2375 is not working.
DOCKER_HOST=tcp://$AGILE_HOST:2375
Yes true, I also faced this issue yesterday.
It seems docker-compose can't handle variable substitution in .env, thus
DOCKER_HOST=tcp://$AGILE_HOST:2375
is not working.