getsentry / self-hosted

Sentry, feature-complete and packaged up for low-volume deployments and proofs-of-concept
https://develop.sentry.dev/self-hosted/
Other
7.75k stars 1.75k forks source link

run docker-compose up -d to start Sentry success, but not able to reach the login page at http://my ip:9000 #997

Closed zhouyangit closed 3 years ago

zhouyangit commented 3 years ago

Version Information

Docker version 20.10.7, build f0df350 docker-compose version 1.29.2, build 5becea4c centos 7.9

Steps to Reproduce

./install.sh docker-compose up -d

1

Expected Result

able to reach the login page at http://my ip:9000

Actual Result

2

Logs

What you saw along the way, e.g.:

BYK commented 3 years ago

You cannot connect back to your public IP most of the times without some port forwarding. Have you tried just using http://127.0.0.1:9000/ instead?