fix docker-compose command

This commit is contained in:
seeker0472
2024-03-17 14:30:35 +08:00
parent b00b0cc5e5
commit 755c30f468

View File

@@ -91,7 +91,7 @@ services:
最后, 创建并启动容器:
```
# -d will launch detached so the container runs in background
docker compose up -d
docker-compose up -d
```
## 创建数据库