Skip to content

Commit

Permalink
Update deployment document
Browse files Browse the repository at this point in the history
  • Loading branch information
ARTI5T committed Aug 28, 2024
1 parent cde2d55 commit bd1ad39
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
1. 创建并编辑`docker-compose.yml`,并修改尖括号中的内容。建议为`FRPS_AUTH_TOKEN`生成随机字符串。**不需要尖括号。**`<MUA CODE>`请大写,`<MUA CODE>``<UNION API TOKEN>`同皮肤站密钥。

```
version: "3.8"
services:
entry:
image: mua-union-lobby-entry:latest
Expand Down Expand Up @@ -57,7 +55,7 @@
3. 编辑`start.sh`
```
docker compose pull
docker compose run --service-ports --rm entry
docker compose up
```
4. 使用该命令启动:`bash start.sh`。首次启动时,会自动设置插件和Velocity的配置,配置完成后会自动关闭。这时,你可以安装别的插件或者按需修改你的设置。
Expand Down

0 comments on commit bd1ad39

Please sign in to comment.