From 531f80def669a6c04c79feed7bc14a33f7dc8724 Mon Sep 17 00:00:00 2001 From: vincent Date: Wed, 15 May 2024 15:44:45 +0800 Subject: [PATCH] =?UTF-8?q?=20=E4=BF=AE=E6=94=B9=E8=AF=B4=E6=98=8E?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 7729938..ee9575b 100644 --- a/README.md +++ b/README.md @@ -9,17 +9,12 @@ - qrencode - 用于生成二维码 ## 启动和关闭 -生成并设置密钥和uuid +生成并设置密钥和uuid, **第一次运行必须执行** ``` cd ./bin bash ./main.sh ``` -查看分享链接 -``` -bash ./bin/print_share_link.sh -``` - 启动 ``` docker-compose up -d @@ -30,11 +25,17 @@ docker-compose up -d docker-compose down ``` -更新镜像 +## 更新镜像 ``` bash ./bin/update_docker_images.sh ``` +## 查看分享链接 +``` +bash ./bin/print_share_link.sh +``` + + ## 修改端口 修改conf/config.json ```json @@ -43,7 +44,7 @@ bash ./bin/update_docker_images.sh "inbounds": [ { "listen": "0.0.0.0", - "port": 8003, // 修改为你要的端口 + "port": 8003, // 修改为你想要的端口, 比如:9991 "protocol": "vless", // ... }