Compare commits

...

1 Commits

Author SHA1 Message Date
sunhaolou
98347d0eba fix(docker-compose): fix the binding path non-existing problem for chat logs 2025-07-07 13:31:28 +08:00

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