ssc-oscar / DRE

MIT License
4 stars 10 forks source link

MongoDB errors #80

Closed sylviesworld closed 2 years ago

sylviesworld commented 2 years ago

@audrism The changes that you made to the Mongo config are not working on my end.

image

Do you know the solution to this?

audrism commented 2 years ago

When starting docker need option to link to database in another docker container

--link dbWoC:dbWoC

sylviesworld commented 2 years ago

Do I need to make a new one with that flag then? Or is there a way to apply it to the one I already made?

audrism commented 2 years ago

You'll need to restart or change the database url (now da1 has mongodb5 which should work)

audrism commented 2 years ago

i.e., instead of dbwoc use gda1

sylviesworld commented 2 years ago

Adding the link flag fixed it. I'll add that to the setup documentation