From 42af9395013706a1adcd7752bdf45054734f54d2 Mon Sep 17 00:00:00 2001 From: ibuler Date: Wed, 7 Mar 2018 19:12:44 +0800 Subject: [PATCH] =?UTF-8?q?[Update]=20=E4=BF=AE=E6=94=B9gua=E7=9A=84?= =?UTF-8?q?=E5=AE=89=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/step_by_step.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/step_by_step.rst b/docs/step_by_step.rst index 8c669776b..a194fe780 100644 --- a/docs/step_by_step.rst +++ b/docs/step_by_step.rst @@ -234,9 +234,11 @@ Luna已改为纯前端,需要nginx来运行访问 .. code:: shell + + docker run -d \ -p 8081:8080 \ - -e JUMPSERVER_SERVER=http://localhost:8080 \ + -e JUMPSERVER_SERVER=http://<填写本机的IP地址>:8080 \ jumpserver/guacamole 这里所需要注意的是guacamole暴露出来的端口是8081,若与主机上其他端口冲突请自定义一下。