vmware/weathervane

Generate port number for front-end servers so that multiple appInstances can run on same host

Closed this issue · 1 comments

Currently can only run one appInstance on a host (docker or otherwise) due to port number conflicts on ports 80 and 443. If we assign the front-end nodes to port numbers other than 80 and 443 we could run multiple appinstances on the same host.

This was fixed in an earlier release