Question
Docker multiple domains e.g. app1 = app1.domain.com app2 = app2.domain.com
Hello, is it possible to run different containers with different Domains?
For example:
container 1 has an application with port 123456 running
and the container should only reachable on app1.domain.com
and container 2 has the same application (with port 123456) but should only reachable with app2.domain.com
yours sincerely
lassdas
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×