Skip to content

Commit

Permalink
fix: update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jonssonyan committed Aug 11, 2023
1 parent 8bee2aa commit 3e47a7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vpress/install-tutorial/docker-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,7 @@ services:
- "redis_host=127.0.0.1"
- "redis_port=6378"
- "redis_pass=${redis_pass}"
- "server_port=8081"

trojan-panel-ui:
image: jonssonyan/trojan-panel-ui
Expand Down Expand Up @@ -439,6 +440,7 @@ services:
- "crt_path=/tpdata/cert/${domain}.crt"
- "key_path=/tpdata/cert/${domain}.key"
- "grpc_port=8100"
- "server_port=8082"
```
参数解释:
Expand Down

0 comments on commit 3e47a7d

Please sign in to comment.