Suffix vs Prefix: Choosing a Docker Port Convention That Actually Works
Suffix vs Prefix: Choosing a Docker Port Convention That Actually Works
TL;DR: Appending a digit (suffix) to Docker ports breaks for anything over 6553. Prepending (prefix) is the way to go because it respects the 16-bit limit and keeps your sanity...
vineethnk.hashnode.dev3 min read