From 88fd4315340a25c8fc8569a939a8b28f7360a582 Mon Sep 17 00:00:00 2001 From: npc0-hue Date: Tue, 28 Oct 2025 18:01:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E9=95=9C=E5=83=8F?= =?UTF-8?q?=E7=89=88=E6=9C=AC=EF=BC=8C=E8=A7=A3=E5=86=B3=E9=83=A8=E5=88=86?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=8B=89=E5=8F=96=E5=88=B0=E6=97=A7=E7=9A=84?= =?UTF-8?q?=E9=95=9C=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/docker-compose.dify-plus.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docker/docker-compose.dify-plus.yaml b/docker/docker-compose.dify-plus.yaml index 6ad9a8301..4077f887b 100644 --- a/docker/docker-compose.dify-plus.yaml +++ b/docker/docker-compose.dify-plus.yaml @@ -582,7 +582,7 @@ x-shared-env: &shared-api-worker-env services: # API service api: - image: ccr.ccs.tencentyun.com/yfgaia/dify-plus-api:1.8.1 + image: ccr.ccs.tencentyun.com/yfgaia/dify-plus-api:1.8.1.fix restart: always environment: # Use the shared environment variables. @@ -611,7 +611,7 @@ services: # worker service # The Celery worker for processing the queue. worker: - image: ccr.ccs.tencentyun.com/yfgaia/dify-plus-api:1.8.1 + image: ccr.ccs.tencentyun.com/yfgaia/dify-plus-api:1.8.1.fix restart: always environment: # Use the shared environment variables. @@ -636,7 +636,7 @@ services: # worker-gaia service # The Celery worker-gaia for processing the queue. worker-gaia: - image: ccr.ccs.tencentyun.com/yfgaia/dify-plus-api:1.8.1 + image: ccr.ccs.tencentyun.com/yfgaia/dify-plus-api:1.8.1.fix restart: always environment: # Use the shared environment variables. @@ -661,7 +661,7 @@ services: # worker-dataset service # The Celery worker-dataset for processing the queue. worker-dataset: - image: ccr.ccs.tencentyun.com/yfgaia/dify-plus-api:1.8.1 + image: ccr.ccs.tencentyun.com/yfgaia/dify-plus-api:1.8.1.fix restart: always environment: # Use the shared environment variables. @@ -686,7 +686,7 @@ services: # beat service # The Celery worker for schedule tasks. beat: - image: ccr.ccs.tencentyun.com/yfgaia/dify-plus-api:1.8.1 + image: ccr.ccs.tencentyun.com/yfgaia/dify-plus-api:1.8.1.fix restart: always environment: # Use the shared environment variables. @@ -710,7 +710,7 @@ services: # Frontend web application. web: - image: ccr.ccs.tencentyun.com/yfgaia/dify-plus-web:1.8.1 + image: ccr.ccs.tencentyun.com/yfgaia/dify-plus-web:1.8.1.fix restart: always environment: CONSOLE_API_URL: ${CONSOLE_API_URL:-} @@ -1375,7 +1375,7 @@ services: # Extend - admin-web admin-web: - image: ccr.ccs.tencentyun.com/yfgaia/dify-plus-admin-web:1.8.1 + image: ccr.ccs.tencentyun.com/yfgaia/dify-plus-admin-web:1.8.1.fix restart: always ports: - '8081:8081' @@ -1387,7 +1387,7 @@ services: # Extend - admin-server admin-server: - image: ccr.ccs.tencentyun.com/yfgaia/dify-plus-admin-server:1.8.1 + image: ccr.ccs.tencentyun.com/yfgaia/dify-plus-admin-server:1.8.1.fix restart: always environment: # JWT signing key must match API's SECRET_KEY for token compatibility