aj-may / dotdocker

🐳 A utility to help setup a docker development environment with host based routing
MIT License
40 stars 10 forks source link

Jtlacci/dynamic ports #28

Closed ThomRichardson closed 4 years ago

jtlacci commented 4 years ago

Overall this seems ok, but I feel like we added a lot of complexity so that we can set the port to any number on the command line.

Wouldn't we be able to simplify this a lot by just choosing a random high port for MacOS and using that for everyone?

I feel like that is just kicking the can down the road