LibreChat node continuously restarting #529
-
After entering my API keys in the .env file and running 'docker-compose up', the chat-meilisearch and chat-mongodb nodes seem to be running, but the LibreChat node continuously crashes and restarts. I am running an apple M1 chip which should be Arm64 compatible. Terminal output (removed some stuff for privacy): LibreChat exited with code 0 ^CGracefully stopping... (press Ctrl+C again to force) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Were you updating or is this a fresh installation? |
Beta Was this translation helpful? Give feedback.
-
Hi team, I'm having a similar issue in Docker on my Synology: I have tried Thank you! Cheers |
Beta Was this translation helpful? Give feedback.
Thanks for trying out the project. I'm working on a fresh install right this moment.
For now, you can try
docker-compose build --no-cache
and see if you get any build errors. Thendocker-compose up
A few users have had this issue, and it's hard to reproduce on my end, but trying on a separate PC