Ehsan Ghasaei
Ehsan Ghasaei
Hi. I found the source code generating the `subnavs`: `index.tsx`, line 221: ```JavaScript 768 ? subnavPosition() : 0}px` }} > {(link) => ( setSubnav([])} class="px-6 py-5 w-full block" href={link.path} >...
I also have the same issue !!
@dorssel Thanks for your reply. I will leverage `--auto-attach` and write a script (.bat) format to automate this. Will post the steps for other's reference :)
@allenporter thanks for your reply. I think if we use `--network=host`, we can use docker host ip to access the WebRTC endpoint. Will do a research on it and post...