Skip to content

Commit

Permalink
modify readme
Browse files Browse the repository at this point in the history
  • Loading branch information
transcai committed Sep 8, 2022
1 parent b4a66af commit 83398b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ chmod 777 build.sh && ./build.sh
免环境变量启动:

```bash
docker run -d -p3000:3000 demo
docker run -d -p3000:3000 cgserver
```

使用环境变量输入参数(如已生成 config.json, 不需要再设置环境变量):

```bash
docker run -d -p3000:3000 -e SECRET_KEY=xxx -e SECRET_ID=yyy -e SALT=zzz demo
docker run -d -p3000:3000 -e SECRET_KEY=xxx -e SECRET_ID=yyy -e SALT=zzz cgserver
```

支持的环境变量如下:
Expand Down

0 comments on commit 83398b5

Please sign in to comment.