修改说明文件

This commit is contained in:
vincent 2024-05-15 15:44:45 +08:00
parent 000662b5bd
commit 531f80def6

View File

@ -9,17 +9,12 @@
- qrencode - 用于生成二维码 - qrencode - 用于生成二维码
## 启动和关闭 ## 启动和关闭
生成并设置密钥和uuid 生成并设置密钥和uuid, **第一次运行必须执行**
``` ```
cd ./bin cd ./bin
bash ./main.sh bash ./main.sh
``` ```
查看分享链接
```
bash ./bin/print_share_link.sh
```
启动 启动
``` ```
docker-compose up -d docker-compose up -d
@ -30,11 +25,17 @@ docker-compose up -d
docker-compose down docker-compose down
``` ```
更新镜像 ## 更新镜像
``` ```
bash ./bin/update_docker_images.sh bash ./bin/update_docker_images.sh
``` ```
## 查看分享链接
```
bash ./bin/print_share_link.sh
```
## 修改端口 ## 修改端口
修改conf/config.json 修改conf/config.json
```json ```json
@ -43,7 +44,7 @@ bash ./bin/update_docker_images.sh
"inbounds": [ "inbounds": [
{ {
"listen": "0.0.0.0", "listen": "0.0.0.0",
"port": 8003, // 修改为你要的端口 "port": 8003, // 修改为你要的端口, 比如:9991
"protocol": "vless", "protocol": "vless",
// ... // ...
} }