I docker pull registry.supertokens.io/supertokens/...
# support-questions-legacy
a
I docker pull registry.supertokens.io/supertokens/supertokens-postgresql then run docker run this command
r
Can you send me a screenshot of the browser when you visit that page?
a
here..
r
hmm. WHich OS are you using?
Also, can you just try
docker run -p 3567:3567 -d registry.supertokens.io/supertokens/supertokens-postgresql
and see if this works?
Copy code
docker run -p 3567:3567 -d registry.supertokens.io/supertokens/supertokens-postgresql
a
sorry, I forgot, I'm using windows 10 v20h2
aight let me try.
it's working now..
r
I see. So maybe the issue was that your postgresql instance values are wrtong
or it can't connect to your postgresql server
a
aight, I'll check my connection strings.
appreciate the help, thank you...
4 Views