mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-03 20:47:38 +03:00
Update README.md
This commit is contained in:
parent
8ab4b5e910
commit
f956ce78cd
1 changed files with 7 additions and 1 deletions
|
@ -22,7 +22,10 @@ docker compose version
|
|||
git clone https://github.com/cedar2025/hysteria.git hysteria && cd hysteria
|
||||
```
|
||||
```
|
||||
apt install vim -y && vim docker-compose.yml
|
||||
apt install vim -y
|
||||
```
|
||||
```
|
||||
vim docker-compose.yml
|
||||
```
|
||||
---配置文件docker-compose.yml参考
|
||||
```
|
||||
|
@ -41,6 +44,9 @@ services:
|
|||
```
|
||||
---配置文件server.yaml参考
|
||||
```
|
||||
vim server.yaml
|
||||
```
|
||||
```
|
||||
v2board:
|
||||
apiHost: https://example.com #v2board面板域名
|
||||
apiKey: 123456789 #通讯密钥
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue