Hi, all. Simple question (I hope): I get presented...
# announcements
r
Hi, all. Simple question (I hope): I get presented with a login screen after connecting to my local docker url. Now.. how to log in? I managed to run it succesfully a couple of months ago, but cannot remember how I logged in back then. I'm using a fresh git directory, then docker-compose up -d
🙌 1
f
It's probably reusing the same MongoDB database as before.
You can do
docker-compose down
and then up again to completely reset things
r
@future-teacher-7046 thanks, I'm in again 🙂 - will remember my credentials next time.