Use a Custom Domain for Your Local Docker Containers with `caddy-docker-proxy`
I recently discovered that using caddy-docker-proxy is an excellent solution for setting up local domains for my Docker containers. It has become my go-to reverse proxy setup for Docker containers. Nginx Proxy Manager VS Caddy Docker Proxy Before this, I was using Nginx Proxy Manager, which works great if you’re using verified public domains. But for local development, it’s needs extra work, which I don’t have time for. While I did consider using self-signed SSL certificates, the setup process seemed more trouble than it was worth. ...