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
future-teacher-7046
05/09/2022, 12:20 PM
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
rapid-ghost-5775
05/09/2022, 12:23 PM
@future-teacher-7046 thanks, I'm in again 🙂 - will remember my credentials next time.