From 555547cfcdc66dcc8ccbd7c8c223aa54f533a870 Mon Sep 17 00:00:00 2001 From: wangbo Date: Fri, 4 Jul 2025 19:37:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=90=8E=E7=AB=AF=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=B8=8A=E4=BC=A0=E7=9B=AE=E5=BD=95=E7=9A=84=E6=8C=82?= =?UTF-8?q?=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 0c8a830..39e51be 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -47,13 +47,15 @@ services: ports: - "${SERVER_HTTP_PORT}:3001" #http端口 - "${SERVER_WS_PORT}:3002" #websocket端口 -# read_only: true + read_only: true networks: comfyai: ipv4_address: 172.21.0.6 depends_on: - mongo - redis + volumes: + - ./data/upload:/app/upload restart: always environment: # MongoDB配置,用户管理,不会配置的话保持默认即可