Skip to content

Commit

Permalink
Update 通过Docker部署.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Soulter authored Feb 5, 2024
1 parent 2caf5b2 commit 83291fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/部署/通过Docker部署.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Docker 镜像尚处开发阶段,难免有 bug。在发现 bug 之后,可以
只需执行:

```bash
docker run -itd -p 6185:6185 soulter/astrbot:latest
docker run -itd -p 6185:6185 -p 6186:6186 soulter/astrbot:latest
```

如果报 docker: command not found 的话,说明你还没有安装 docker,请先安装。
Expand Down

0 comments on commit 83291fa

Please sign in to comment.