Browse Source

Update upgrade.rst

pull/1068/head^2
liuzheng 7 years ago committed by GitHub
parent
commit
240faee2b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      docs/upgrade.rst

5
docs/upgrade.rst

@ -22,3 +22,8 @@
::
$ docker pull registry.jumpserver.org/public/guacamole:latest
$ docker stop <guacamole>
$ docker run -d \
-p 8081:8080 \
-e JUMPSERVER_SERVER=http://<填写本机的IP地址>:8080 \
registry.jumpserver.org/public/guacamole:latest

Loading…
Cancel
Save