TMDB Embed API v1.0.3
[1.0.3] - 2025-09-17
Fixed
- Server now binds to
0.0.0.0by default so Docker port publishing works correctly from the host. AddedBIND_HOST=0.0.0.0in Dockerfile and compose.
Notes
- If you were seeing
ERR_CONNECTION_REFUSEDonhttp://localhost:8787, pull the latest image or rebuild, then re-run with-p 8787:8787.