tworabbits
tworabbits
Precisely the same here. Works with nginx-proxy image, not with separate nginx docker-gen containers.
I think it is possibly related to the latest changes from PR #158. What I found out, is that `$CurrentContainer` is not correctly resolved. `docker-compose.yml` ``` version: '2' services: proxy-gen:...
Not really progress here. But it seems as if the docker-gen container itself is not part of the `type Context []*RuntimeContainer`. `debug.tmpl` ``` {{ range $runtimeContainer := $ }} ID:...
I opened an issue on the actual nginx-proxy repo since srt is probably right, this is probably a nginx-proxy issue, rather than a docker-gen issue: [#479](https://github.com/jwilder/nginx-proxy/issues/479)
I agree, just tested and the code posted by @chriskinsman follows this call order: ``` [ 'setUp', 'test1', 'tearDown', 'setUp', 'group1.test2', 'tearDown', 'setUp', 'group1.test3', 'tearDown' ] ``` @chasingmaxwell Have you...
I am not super familiar with the codebase, yet. This PR solves the `clone()` issue where `url.insteadOf` rules weren't applied. Are there other use-cases where it would make sense to...
> One interesting workflow is when URLs are being set directly at the operation options, which I believe would always overwrite the ones from the Remote. I don't think we...