Skip to content

Timeout error using dev container #1314

Discussion options

You must be logged in to vote

Hey thanks for trying out the project and your interest in developing over it. I moved this to a troubleshooting discussion because the default compose file performs well with both atlas and the default db image.

Are you trying to connect to a db outside of the container or within? This could probably be solved by pointing to the right connection string.

You may need to explicitly write the database URI in .devcontainer/docker-compose.yml

    environment:
      - HOST=0.0.0.0
      - MONGO_URI=mongodb://mongodb:27017/LibreChat

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@eburnette
Comment options

Answer selected by eburnette
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
3 participants
Converted from issue

This discussion was converted from issue #1313 on December 08, 2023 20:53.