减少docker尝试从云端拉取镜像的时间

This commit is contained in:
2024-08-09 15:38:09 +08:00
parent a9cff9c7fc
commit 40335c46c9
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
4. 使用docker-compose部署启动。
```bash
docker-compose up -d
docker-compose up -d --build
```
## 开发说明