Access only cht on domain and subdomaine when run docker-compose up

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

I solved the problem by changing the port to 8000 and it works. But if anyone finds a better solution, please let me know.
I run sudo CHT_HTTP=8080 CHT_HTTPS=8000 docker-compose -p docker-compose.yml up -d

Thanks !

2 Likes