Tag: Go
-
How to run multiple Docker projects under port 80 using an off-the-shelf local Reverse Proxy
In this article, I will explore how a local Reverse Proxy in Go, which I wrote to handle two or more Docker projects on port 80, works. You will learn how to easily and efficiently manage access to multiple containers using a single standard port, and how to eliminate the need for additional configuration of…