Harry KR
Results
2
comments of
Harry KR
I have experienced the same issue as prullmann after following their procedure. The `DOCKER_HOST` variable does work for me in the `.env` file though. Output of `docker compose version`: `Docker...
@prullmann ```yaml - DOCKER_HOST - DOCKER_CONTEXT ``` Both do not work as environment variables in docker compose v2 They both work when docker compose is set to v1 in the...