Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
expoli authored Jun 27, 2021
1 parent 83bf650 commit 9c06248
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ command: --listen_port=8080 --server_scheme=https --server_host=blog.example.org
- traefik.http.routers.bolo.rule=Host(`blog.example.org`)
```

**如果要多域名访问,请按下例修改**
```yaml
- traefik.http.routers.bolo.rule=Host(`blog.example.org`) || Host(`www.example.org`)
```
- **使用 docker-compose 启动 bolo**
```shell
Expand Down

0 comments on commit 9c06248

Please sign in to comment.