Hi,
I have a domain which is like mydomaine.org
and 2 subdomains: blog.mydomaine.org
and pub.mydomaibe.org
. On the subdomains I have different web applications. when I run docker-compose up
to launch the cht, I no longer have access to my subdomains’s applications. I have access to cht on my domains and all subdomains. I tried to modify docker-compose.yml
file but not change. Is there a way to run only on one domain and be able to access other website on my subdomains?
thank you for helping me