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
So, how about prefixing with a 1... So 8983 --> 18983? 3000 becomes 13000?
epugh
changed the title
Prefix all ports in Chorus with something like 10, so 108983, 103000, 108080 etc
Prefix all public facing ports in Chorus with something like 10, so 108983, 103000, 108080 etc
Jul 29, 2021
Another option here is to not have so many public facing ports exposed or have something like Traefik or Nginx front these containers to expose with hostnames (this gets ugly since you need /etc/hosts or something to make it truely work).
The first option would automatically pick an open port and then you could ask docker-compose what port that was opened on. This avoids a whole bunch of hardcoding. Its harder to use though from a "learning" standpoint.
Often I'll fire up Chorus and discover that port 3000 was already taken by my Quepid. Or a Solr is running on 8983 already...
can we prefix everything with a number like 10, and then keep them on the well known port number.
The text was updated successfully, but these errors were encountered: