Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qwIvan committed Jun 11, 2018
1 parent d61a542 commit 893111b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -51,5 +51,5 @@ docker run -p 80:80 qwivan/micromsg-bot
### 使用 docker volume
```
docker volume create mmbot
docker run -t -p 80:80 -e KEY=YOUR_SECRET_KEY -v mmbot:/data qwivan/micromsg-bot
docker run -t -p 80:80 -e KEY=YOUR_SECRET_KEY --name mmbot -v mmbot:/data qwivan/micromsg-bot
```

0 comments on commit 893111b

Please sign in to comment.