Can’t establish a connection to the server #3600
eudemocracystiftung
started this conversation in
General
Replies: 3 comments 3 replies
-
|
Heya, thanks for this, working on it :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks a lot, I appreciate the help! Happy to provide any information that is useful. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
You need to read the docker-compose.yml - by default it only listens on localhost, you need to adjust it to listen on the public interface changedetection.io/docker-compose.yml Line 89 in dfa85ab |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
When ChangeDetection.io runs via Docker on my VPS, I cannot access it via a browser, with the usual
Unable to connect Firefox can’t establish a connection to the server at <vps-ip>:5000.Version
Exact version in the top right area: 0.50.39
How did you install?
Docker (cloned repo, then
docker compose up -d)To Reproduce
Steps to reproduce the behavior:
Docker compose up -ddocker ps -athat the container is running well (it is)Expected behavior
Navigating to the page would display ChangeDetection.io
Desktop (please complete the following information):
Additional context
<vps-ip>:<port>, so this does not seem to be an issue with the VPS itself; andhttp://localhost:5000/in the same browser, so this does not seem to be an issue with the browser either.Beta Was this translation helpful? Give feedback.
All reactions