logdyhq / logdy-core

Web based real-time log viewer. Stream ANY content to a web UI with autogenerated filters. Parse any format with TypeScript.
https://logdy.dev
Apache License 2.0
825 stars 13 forks source link

Logdy UI does not work when running inside of Docker container #35

Closed dtrbi closed 18 hours ago

dtrbi commented 1 week ago

Dear team,

Thank you for your awesome work on this great tool.

We have only one blocking issue for both 0.11 and 0.12. When logdy is running inside Docker container, UI does not work when we are accessing it from the host. Inside container it is running fine (we can see with curl). No special port forwarding just 8080:8080.

Regarding installation we just copied binary file to container.

Best regards

ggallo909 commented 5 days ago

@dtrbi I had the same issue; starting lodgy with --ui-ip 0.0.0.0 solved the issue by binding the webservice to all the interfaces inside docker

I found the info here: #

PeterOsinski commented 4 days ago

Thanks @ggallo909 that's what I wanted to respond too. Hope that helps @dtrbi