fix bug
This commit is contained in:
parent
89ec3ccc87
commit
a2e2e9aff8
@ -6,12 +6,12 @@
|
||||
- docker
|
||||
- docker-compose
|
||||
- jq - 用于查看json文件, 提取json文件信息. 编辑json文件
|
||||
- qrencode - (可选,非必要)用于生成二维码
|
||||
- qrencode - (可选, 非必要)用于生成二维码
|
||||
|
||||
## 快速开始
|
||||
1. 下载项目
|
||||
```bash
|
||||
git clone https://github.com/teddysun/xray-docker.git
|
||||
git clone https://gittea.wingogo.top/William/xray-docker.git
|
||||
```
|
||||
|
||||
2. 进入项目目录
|
||||
@ -19,7 +19,7 @@ git clone https://github.com/teddysun/xray-docker.git
|
||||
cd xray-docker
|
||||
```
|
||||
|
||||
3. 初始化, 设置密钥和uuid, **第一次运行必须执行**
|
||||
3. 初始化xray配置, 设置密钥和uuid, **第一次运行必须执行**
|
||||
```bash
|
||||
bash ./bin/init.sh
|
||||
```
|
||||
@ -45,12 +45,15 @@ docker-compose down
|
||||
## 更新镜像
|
||||
进入项目目录, 执行以下命令
|
||||
```bash
|
||||
cd xray-docker
|
||||
|
||||
bash ./bin/update_docker_images.sh
|
||||
```
|
||||
|
||||
## 查看分享链接
|
||||
进入项目目录, 执行以下命令
|
||||
```bash
|
||||
cd xray-docker
|
||||
bash ./bin/print_share_link.sh
|
||||
```
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user