From 4beb4ffd8ccfb34fab3a64448e64d9019b286243 Mon Sep 17 00:00:00 2001 From: liuyebo <1515783401@qq.com> Date: Mon, 24 Feb 2025 14:47:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=97=A5=E5=BF=97=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E6=8C=82=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 4c9da53..cba284b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,9 +1,11 @@ services: fcb_ai_db_sync: - image: fcb_ai_db_sync:1.1.0 + image: fcb_ai_db_sync:1.1.1 restart: always build: context: . container_name: fcb_ai_db_sync hostname: fcb_ai_db_sync + volumes: + - ./log:/home/ucloud/log command: ["fcb_ai_db_sync.py"] \ No newline at end of file