forked from freeleaps/freeleaps-pub
fix(docker-compose): fix the binding path non-existing problem for chat logs
This commit is contained in:
parent
689c1cece1
commit
98347d0eba
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user