jittering / traefik-kop

A dynamic docker->redis->traefik discovery agent
MIT License
179 stars 13 forks source link

fix: pick up random port config even if more than one (fixes #6) #7

Closed chetan closed 2 years ago

chetan commented 2 years ago

Seems the common case for multiple ports is likely when both ipv4 and ipv6 are enabled. In this scenario, the ports are both the same so should not be an issue with picking up the first one. Log a message to the user just in case.