Skip to content

Commit fcbe94d

Browse files
committed
[Update] 更新持久化
1 parent ea18727 commit fcbe94d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/step_by_step.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,8 @@ Luna 已改为纯前端,需要 Nginx 来运行访问
232232
233233
234234
docker run -d \
235-
-p 8081:8080 \
235+
-p 8081:8080 -v /opt/guacamole/key:/config/guacamole/key \
236+
-e JUMPSERVER_KEY_DIR=/config/guacamole/key \
236237
-e JUMPSERVER_SERVER=http://<填写本机的IP地址>:8080 \
237238
registry.jumpserver.org/public/guacamole:latest
238239

0 commit comments

Comments
 (0)