gpt4 book ai didi

NGINX-代理 : Running multiple ports tied to different virtual hosts on one container

转载 作者:行者123 更新时间:2023-12-02 20:24:21 24 4
gpt4 key购买 nike

使用 Jason Wilder's NGINX-Proxy ,是否可以将两组或更多组虚拟主机绑定(bind)到一个容器上的各个端口?

我在想什么:

# start the reverse proxy
docker run -d -p 80:80 -v /var/run/docker.sock:/tmp/docker.sock jwilder/nginx-proxy

# start a first container for http://tutum.test.local
docker run -d -e "VIRTUAL_HOST=tutum.test.local" -e "VIRTUAL_HOST=tutum.school.nationwide" -p 80:80 -p 3000:3000 tutum/hello-world

第一个虚拟主机可以链接到代码中运行在端口 3000 上的套接字,第二个虚拟主机可以链接到 8080 端口并处理常规 API 调用。

这是可能的还是我最好将套接字断开到一个单独的 docker 容器中?

最佳答案

在进一步检查代码后,我意识到目前不支持此功能。我发现最好的方法是将套接字和 API 分成不同的容器。

关于NGINX-代理 : Running multiple ports tied to different virtual hosts on one container,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34594654/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com