Hi there, I tried to install sentry on my web server with default port 9000
. I then realised, that the port was already in use… Thus, I changed the port in the config file sentry/sentry.config.py
to 9001
as described in the docs and wanted to actually update the settings via:
docker-compose down
docker-compose build
docker-compose up -d
I still get the error
Creating sentry_onpermise_web_1 ... error
Error starting user land proxy: listen tcp 0.0.0.0:9000: bind: address already in use
Where is my mistake?