From 1c770fec97df2de74e764b5cafccfc472fefc1f5 Mon Sep 17 00:00:00 2001 From: ytqh Date: Mon, 3 Feb 2025 15:23:08 +0800 Subject: [PATCH] upadte --- docker/docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/docker-compose.yaml b/docker/docker-compose.yaml index 0c4c3b2bfe..90c4b3f2fc 100644 --- a/docker/docker-compose.yaml +++ b/docker/docker-compose.yaml @@ -396,7 +396,7 @@ x-shared-env: &shared-api-worker-env services: # API service api: - image: langgenius/dify-api:0.15.2 + image: akiyu303/lefeng-api:0.15.2 restart: always extra_hosts: - "host.docker.internal:host-gateway" @@ -421,7 +421,7 @@ services: # worker service # The Celery worker for processing the queue. worker: - image: langgenius/dify-api:0.15.2 + image: akiyu303/lefeng-api:0.15.2 restart: always extra_hosts: - "host.docker.internal:host-gateway"