减少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部署启动。 4. 使用docker-compose部署启动。
```bash ```bash
docker-compose up -d docker-compose up -d --build
``` ```
## 开发说明 ## 开发说明

View File

@@ -1,6 +1,6 @@
x-env: x-env:
&default-image &default-image
image: fcb_photo_review:1.10.0 image: fcb_photo_review:1.10.1
services: services:
photo_review_1: photo_review_1: