You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: