how to setup multiple conteineres in same server?
I am using: asp.net core, docker compose and nginx.
the final result would be acess domain1.com, domain2.com, so on.
The current results is redirecting to the nginx default page:
I had success using container ips, but Im trying to use container names instead of container ips.
see all details below:
https://gist.github.com/bsallesp/507dddbb0c6d5f2f17787b3d7f0893e1
New contributor
Bruno Salles Pereira is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.