lhenry7

Results 5 issues of lhenry7

I'm currently using Apache with mod_auth_openidc, and I specify OIDCCryptoPassphrase. In order to switch to this proxy, wouldn't I also have to specify this? I don't see a way to...

**Docker Info** Containers: 4 Running: 4 Paused: 0 Stopped: 0 Images: 148 Server Version: 18.03.0-ce Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Native Overlay Diff: true Logging Driver:...

Might want to add to docs that this needs to be changed for other AWS regions?

**Is your feature request related to a problem? Please describe.** I need to run an ArgoCD post-sync hook, but only when the sync is the result of image updater "deploying"...

enhancement

I'm running in swarm mode, this compose doesn't seem to add 443 to the frontend. ``` version: '3' services: lb: image: dockercloud/haproxy:1.6.7 ports: - 80:80 - 443:443 volumes: - /var/run/docker.sock:/var/run/docker.sock...