From c092783c5a4ad1de91c247854cbdc7fd2068584c Mon Sep 17 00:00:00 2001 From: wangbo Date: Fri, 9 Jan 2026 12:58:44 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=99Video=20edit=E6=8C=87=E5=AE=9AIP?= =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 3176a56..d94a483 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -250,7 +250,8 @@ services: shm_size: 2g restart: unless-stopped networks: - - comfyai + comfyai: + ipv4_address: 172.21.0.10 healthcheck: test: [ "CMD", "python", "-c", "import urllib.request; urllib.request.urlopen('http://localhost:8000/docs')" ] interval: 30s