From 40335c46c996a475a94da405dc4a64a02b1f30bb Mon Sep 17 00:00:00 2001 From: liuyebo <1515783401@qq.com> Date: Fri, 9 Aug 2024 15:38:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=8F=E5=B0=91docker=E5=B0=9D=E8=AF=95?= =?UTF-8?q?=E4=BB=8E=E4=BA=91=E7=AB=AF=E6=8B=89=E5=8F=96=E9=95=9C=E5=83=8F?= =?UTF-8?q?=E7=9A=84=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a821a95..46446b7 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ 4. 使用docker-compose部署启动。 ```bash - docker-compose up -d + docker-compose up -d --build ``` ## 开发说明 diff --git a/docker-compose.yml b/docker-compose.yml index beb791b..8c5d7f2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ x-env: &default-image - image: fcb_photo_review:1.10.0 + image: fcb_photo_review:1.10.1 services: photo_review_1: