livereload script pointed to local IP
I am using docsify-cli, and run from docker, and route to the docker server from separate server using reverse proxy.
I found livereload is injected to index as follow.
<script src="//$server_ip$:35729/livereload.js?snipver=1" async="" defer=""></script>
of course it could not be found because $server_ip$ is local IP.

is there any countermeasure for this?
same issue here. any solution?
I too wonder why the live reload isn't working when using devcontainers. See code @alertbox/devcontainers-try-docsify. It appears to be the live reload works if exposed according to https://github.com/docsifyjs/docsify-cli/issues/26 but the container is exposed via docsify serve . -P 3000.