Skip to content

Commit

Permalink
doc: leave a space between Chinese and English
Browse files Browse the repository at this point in the history
  • Loading branch information
LiuTianyou committed Jul 20, 2024
1 parent 77607e5 commit 5388045
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ PostgreSQL 是一个功能强大,开源的关系型数据库管理系统(RDB
```shell
$ docker run -d --name postgresql -p 5432:5432 -e POSTGRES_USER=root -e POSTGRES_PASSWORD=123456 -e TZ=Asia/Shanghai postgresql:15
```
使用```$ docker ps```查看数据库是否启动成功
使用 ```$ docker ps``` 查看数据库是否启动成功

### 数据库创建

Expand Down

0 comments on commit 5388045

Please sign in to comment.