Open noloman opened 6 months ago
I am facing the same issue, Did u get any fix?
i have the same issue . u can see that the ip address you are trying to connect to is ur localhost address and not the ip address of the redis container inside the network . I solved this issue by using a static ip address for my redis container , instead of relying on docker host resolution . Something like this
Hi,
I'm trying to run the WebUI with Docker Compose like this:
However when I go to
localhost:8080
I'm seeing:Then when I open the browser developer tools:
Thanks a lot in advance!