I have a beginners question regarding bigluebutton/docker-dev.
I am following the README.md, but I am stuck at "open
https://bbb26.test [...] in your browser and enjoy." because this doesn't work (which somehow ist not surprising for me, because how should my browser resolve the name and access the container?).
I guess I am missing some part of the conception or the README.md is missing some information, I would need.
I've got the container bbb26 up and running on Ubuntu 20.04 which runs on Windows 10 with WSL2.
When I call `bbb-conf ---status` from the CLI inside the container, all services are active.
I can successfully call `curl
https://bbb26.test` from within the container.
I cannot access it from the Ubuntu CLI (connection timeout) and I cannot access it in my browser on windows.
Actually I don't see any port forwarding which would allow to access the website from outside the container.
Am I missing something in the conception of the development environment? How should I modify my setup to access
https://bbb26.test from the windows browser?