Metabase installation through docker container in ec2, asking sign in . how to set email for login

metabase installation done through docker container in ec2, asking sign in while login through ip . how to set email for login. it didn't ask any details for login after container up in ec2. how to login ,please help me

Hi, please post what guide you followed to install Metabase and what you're seeing now, thanks

docker run -d -p 3000:3000 --name metabase metabase/metabase

Just i run above command in my ec2 Ubuntu and docker container up. Then I have taken my public ip:3000 port to access dashboard.its asking sign in with email. We didn't add any email,pw . Keep on its asking email and pw

So first of all you need to add a database engine, as otherwise all will be lost when your container goes down.

If you haven't configured that machine try the following:

docker run -d -p 3001:3000 --name metabase-alternative metabase/metabase:v0.46.1

you'll see a new Metabase in port 3001 in that machine