Skip to content

Commit e1c222b

Browse files
committed
update docs
1 parent a78f5c1 commit e1c222b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/deploy/Docker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ title: Docker 部署
7979
```env
8080
DATABASE_TYPE='postgresql'
8181
DATABASE_HOST='fba_postgres'
82-
DATABASE_PORT=3306
83-
DATABASE_USER='root'
82+
DATABASE_PORT=5432
83+
DATABASE_USER='postgres'
8484
DATABASE_PASSWORD='123456'
8585
```
8686
:::

0 commit comments

Comments
 (0)