fix(docker-compose): fix the binding path non-existing problem for chat logs

This commit is contained in:
sunhaolou 2025-07-07 13:31:28 +08:00
parent 689c1cece1
commit 98347d0eba

View File

@ -367,7 +367,7 @@ services:
uvicorn chat.main:app --reload --host=0.0.0.0 --port=8012 --workers 4 --timeout-keep-alive 120 --log-level info
volumes:
- type: bind
source: ${WORKING_HOME}/logs/freeleaps-chat
source: ${WORKING_HOME}/logs/chat
target: /app/log/freeleaps-chat
- type: bind
source: ${WORKING_HOME}/freeleaps/apps/chat