docker-flow / docker-flow-proxy

Docker Flow Proxy
https://docker-flow.github.io/docker-flow-proxy/
MIT License
317 stars 189 forks source link

Override health check port with $PORT in check.sh #100

Closed caitlinelfring closed 5 years ago

caitlinelfring commented 5 years ago

The proxy server allows you to configure the port that it runs on with the environment variable PORT. If you do that, the health check will fail because 8080 is hard-coded and docker-flow-proxy will continually reload itself. This will use the port from PORT and fallback to 8080 if it's not found

thomasjpfan commented 5 years ago

This looks like the correct fix. Although, it seems like the CI is not running here anymore. 😅

vfarcic commented 5 years ago

Sorry for the delay. The images of the new release are now available.