This commit is contained in:
hailin 2025-11-24 17:06:30 +08:00
parent ef1ef8ba25
commit 19b6415c95
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ cp .env.example .env
3. **启动依赖服务使用Docker** 3. **启动依赖服务使用Docker**
```bash ```bash
docker-compose up -d postgres redis kafka docker compose up -d postgres redis kafka
``` ```
4. **初始化数据库** 4. **初始化数据库**