标签: docker docker-compose containers subdomain hosts
假设我的容器service-1与我service-2中描述的其他服务docker-compose.yml位于同一网络中。因此,我可以service-1从service-2访问http://service-1。
service-1
service-2
docker-compose.yml
http://service-1
访问service-1的子域名怎么样?有没有简单的方法呢?
我想修改机器的hosts文件,但因为我不知道service-1容器的IP,所以它似乎不是正确的解决方案。
hosts
谢谢