João Coelho
Results
2
comments of
João Coelho
I would also add that environment variables should be shared with the team like collections. Otherwise, your team collections won't work because the requests are using variables that only you...
I was having the same issue, to overcome this I added: ``` volumes: - /var/run/docker.sock:/var/run/docker.sock ``` as the first of my volumes on my home-assistant container and it worked. I...