Replies: 4 comments 11 replies
-
ahh not sure about this, because the python script doesnt know its running in a container if it was to just magically bind to all interfaces.. then that could be a security risk to people not using docker |
Beta Was this translation helpful? Give feedback.
-
it absolutely works outside of docker... I think its something else relating to your container or other
ok then
works.. http://127.0.0.1:5000 too.. something in your docker container permissions or something? |
Beta Was this translation helpful? Give feedback.
-
according to claude... this is interesting, it rings a bell for some reason
|
Beta Was this translation helpful? Give feedback.
-
Resolved. User error and some truncated output from WSGI 😄 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
I have two networks attached to my changedetection.io container. One is used for internal communication between changedetection and sockpuppet (
Internal Network
), the other is for communication between changedetection and traefik (External Network
)I have
LISTEN_HOST=0.0.0.0
configured but when changedetection starts it only binds tolocalhost
andInternal Network
and notExternal Network
This results in Traefik not being able to proxy traffic into my changedetection container.
If I flip everything over to
External Network
and eliminateInternal Network
things work as expected.Version
v0.50.22
How did you install?
Docker
To Reproduce
Steps to reproduce the behavior:
Expected behavior
changedetection container should bind to all interfaces presented to the container
Screenshots
N/A
Desktop (please complete the following information):
Smartphone (please complete the following information):
N/A
Additional context
N/A
Beta Was this translation helpful? Give feedback.
All reactions