From bacfaf3ab64d4e14987b39ec127939e1bf7e9b98 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Mon, 5 Sep 2022 00:02:28 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E5=A2=9E=E5=8A=A0=E5=A4=96=E7=BD=91?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E8=AE=BF=E9=97=AE=E7=9A=84case?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/docs/deployment/troubleshooting.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/docs/deployment/troubleshooting.md b/website/docs/deployment/troubleshooting.md index 00cce2d6..17521326 100644 --- a/website/docs/deployment/troubleshooting.md +++ b/website/docs/deployment/troubleshooting.md @@ -31,6 +31,14 @@ server { } ``` +### 内网可以访问外网无法访问? + +可以启动一个简单的http服务看下是不是docker-proxy层的问题。*该问题可能会出现在腾讯轻量云的docker-ce镜像机器上, 可以选择使用centos7镜像重装* + +```bash +docker run --rm --name nginx-test -p 8080:80 nginx +``` + ## 开放平台相关