Juanjo Garcia

Results 6 comments of Juanjo Garcia

``` version: "3" services: thankyou: image: alpine:latest command: "echo Thank You" ```

I need HAProxy because I need to inject some http headers in the request before querying the backend (graylog). Also for fine-grained control of each backend usage. Graylog can notify...

I've seen you tagged it has enhancement, is the same for you than "feature request"?

+1 Descriptions should be kept verbatim

I had the same issue installing 17.1.0 and solved it using awx-manage commands suggested by a ghost. I got a failure on the playbook task "Run migrations in task container",...

On docker, sending the SIGHUP signal to the traefik process worked for me, but you need root access to the host. `killall -SIGHUP traefik`