We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea18727 commit fcbe94dCopy full SHA for fcbe94d
1 file changed
docs/step_by_step.rst
@@ -232,7 +232,8 @@ Luna 已改为纯前端,需要 Nginx 来运行访问
232
233
234
docker run -d \
235
- -p 8081:8080 \
+ -p 8081:8080 -v /opt/guacamole/key:/config/guacamole/key \
236
+ -e JUMPSERVER_KEY_DIR=/config/guacamole/key \
237
-e JUMPSERVER_SERVER=http://<填写本机的IP地址>:8080 \
238
registry.jumpserver.org/public/guacamole:latest
239
0 commit comments