mesosphere / marathon-lb

Marathon-lb is a service discovery & load balancing tool for DC/OS
Apache License 2.0
450 stars 300 forks source link

When I try to run docker images of marathon-lb, the PORTS environment var has no effect. #590

Open saturnman opened 6 years ago

saturnman commented 6 years ago

When I try to run docker images of marathon-lb, the PORTS environment var has no effect. Service port mapped to port 10001 by default, I dont't know where the environment variable PORTS is consumed when using docker images to run marathon-lb service.

jarmoni commented 5 years ago

I can confirm this behaviour. It seems that the value of PORTS (if present) is just printed to stdout during startup but does not override the default (9090).