Skip to content

Commit f478518

Browse files
authored
Fix formatting for Docker Compose section in README
Correct formatting of Docker Compose example in README.
1 parent dce1c97 commit f478518

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ SQLBot 重制版部署文档
2929
2. 创建 Docker Compose 文件
3030

3131
在项目目录中创建 docker-compose.yml 文件,内容如下:
32-
version: '3.8'
32+
``` version: '3.8'
3333
3434
services:
3535
sqlbot:
@@ -90,7 +90,7 @@ services:
9090
9191
networks:
9292
sqlbot-network:
93-
93+
```
9494

9595
3. 配置环境变量
9696

0 commit comments

Comments
 (0)