crazy-max / docker-rtorrent-rutorrent

rTorrent and ruTorrent Docker image
MIT License
483 stars 106 forks source link

Replace hardcoded health ports #220

Closed euxes closed 1 month ago

euxes commented 1 year ago

Replace hardcoded health ports with environment variables.

crazy-max commented 1 year ago

Healthcheck ports are for internal use only. What's your use case?

xXx-st4cktr4c3-xXx commented 1 month ago

Healthcheck ports are for internal use only. What's your use case?

https://github.com/traefik/traefik/issues/7732#issuecomment-760900802

Traefik won't work if you change the default ports, so it would resolve that issue.

crazy-max commented 1 month ago

Healthcheck ports are for internal use only. What's your use case?

traefik/traefik#7732 (comment)

Traefik won't work if you change the default ports, so it would resolve that issue.

How is this related? These ports are only available in the container and are not exposed.