From 0f68b6d7a28c38dea9b7e55bcda0fc1e039c0980 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=B2=E6=82=A6?= Date: Tue, 3 Feb 2026 10:37:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=20volumes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 8d1f54d..068e14b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,6 +10,6 @@ services: environment: # 是否启用图片解析功能(Vision API),默认启用 - ENABLE_VISION=true - volumes: + #volumes: # 可选:挂载自定义配置文件覆盖默认配置 # - ./config.json:/usr/share/nginx/html/config.json:ro \ No newline at end of file