添加日志目录挂载

This commit is contained in:
2025-02-24 14:47:15 +08:00
parent 76ca910db3
commit 4beb4ffd8c

View File

@@ -1,9 +1,11 @@
services: services:
fcb_ai_db_sync: fcb_ai_db_sync:
image: fcb_ai_db_sync:1.1.0 image: fcb_ai_db_sync:1.1.1
restart: always restart: always
build: build:
context: . context: .
container_name: fcb_ai_db_sync container_name: fcb_ai_db_sync
hostname: fcb_ai_db_sync hostname: fcb_ai_db_sync
volumes:
- ./log:/home/ucloud/log
command: ["fcb_ai_db_sync.py"] command: ["fcb_ai_db_sync.py"]