优化文档说明

This commit is contained in:
2024-08-09 15:47:28 +08:00
parent 40335c46c9
commit 4120f6b5b1
2 changed files with 4 additions and 3 deletions

View File

@@ -10,10 +10,11 @@
3. 安装docker和docker-compose。
4. 使用docker-compose部署启动。
4. 进入项目根目录,使用docker-compose部署启动。
```bash
docker-compose up -d --build
docker-compose build # 如果没有内容更新,可跳过此步骤
docker-compose up -d
```
## 开发说明

View File

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