iamdork / compose

Command line replacement for docker-compose, adding dork magics.
MIT License
2 stars 2 forks source link

Fix auth bug, where htaccess only set for one service #44

Closed sepal closed 7 years ago

sepal commented 7 years ago

In this commit a bug was introduced, where only for the first service of services list the authentication is set. The problem is, that you set the content by reading from the file pointer directly, which of course only works once 😄 .

Since this basically breaks our dev server it would be nice if you @pmelab could also create a new release, after merging this PR. I've patched the module directly on the dev2, which is not nice 😛 .