Read how to use domain names instead for your containers during development. You'll have an easier time remembering the container names instead of their ports.
Posts tagged with "development"
2 posts found
Port Mapping Development Servers
• 2 min read
As a developer its not uncommon to juggle multiple servers that interact with each other during development. Ensuring that each server has the correct port set while working off of localhost is a cumbersome and error prone issue. port_map is a ruby utility that provides a simple and almost automatic solution to this problem.