Commit 96f27b96 authored by wojiushixiaobai's avatar wojiushixiaobai

[Fix]修改错误

parent 47137aea
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~
- Jumpserver 默认端口为 8080/tcp 配置文件在 jumpserver/config.yml - Jumpserver 默认端口为 8080/tcp 配置文件在 jumpserver/config.yml
- Coco 默认 SSH 端口为 2222/tcp, 默认 Web Terminal 端口为 5000/tcp 配置文件在 coco/config.yml - Coco 默认 SSH 端口为 2222/tcp, 默认 Web Terminal 端口为 5000/tcp 配置文件在 coco/config.yml
- Guacamole 默认端口为 8081/tcp 在 docker run 时指定 - Guacamole 默认端口为 8081/tcp
- Nginx 默认端口为 80/tcp - Nginx 默认端口为 80/tcp
- Redis 默认端口为 6379/tcp - Redis 默认端口为 6379/tcp
- Mysql 默认端口为 3306/tcp - Mysql 默认端口为 3306/tcp
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
+------------+-----------------+------------+ +------------+-----------------+------------+
| Protocol | Server name | Port | | Protocol | Server name | Port |
+============+=================+============+ +============+=================+============+
| TCP | Jumpserver | 80, 8080 | | TCP | Jumpserver | 8080 |
+------------+-----------------+------------+ +------------+-----------------+------------+
| TCP | Coco | 2222, 5000 | | TCP | Coco | 2222, 5000 |
+------------+-----------------+------------+ +------------+-----------------+------------+
...@@ -31,6 +31,8 @@ ...@@ -31,6 +31,8 @@
+------------+-----------------+------------+ +------------+-----------------+------------+
| TCP | Redis | 6379 | | TCP | Redis | 6379 |
+------------+-----------------+------------+ +------------+-----------------+------------+
| TCP | Nginx | 80 |
+------------+-----------------+------------+
一体化部署文档(基于CentOS 7) 一体化部署文档(基于CentOS 7)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment