anybody know how to fix this issue when trying to ...
# general
d
anybody know how to fix this issue when trying to up docker-compose configuration
r
Hey @devdag
Can you try this command on your terminal:
Copy code
docker run -p 3567:3567 -d registry.supertokens.io/supertokens/supertokens-postgresql:4.3
Does this work and start the core for you (visit localhost:3567 on your browser - do you see "Hello")?
d
no
r
How about
Copy code
docker run -p 3567:3567 -d supertokens/supertokens-postgresql:4.3
d
oh i had some firewall rules and docker engine off. turned on, and problem solved. thank you, rp!
r
Cool