Closed sylviesworld closed 2 years ago
When starting docker need option to link to database in another docker container
--link dbWoC:dbWoC
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?
You'll need to restart or change the database url (now da1 has mongodb5 which should work)
i.e., instead of dbwoc use gda1
Adding the link flag fixed it. I'll add that to the setup documentation
@audrism The changes that you made to the Mongo config are not working on my end.
Do you know the solution to this?