From a6239f0057f723b070cf668c44b80953b2057510 Mon Sep 17 00:00:00 2001 From: wangbo Date: Mon, 30 Mar 2026 01:26:37 +0800 Subject: [PATCH] =?UTF-8?q?fix(comfyui):=20=E4=BF=AE=E6=AD=A3=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E4=BE=9D=E8=B5=96=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将comfy-server依赖替换为easyai-server - 确保服务启动顺序正确 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 7424d02..c20053d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -429,7 +429,7 @@ services: depends_on: easyai-pgvector: condition: service_healthy - comfy-server: + easyai-server: condition: service_started restart: unless-stopped env_file: