Astro Cli is not opening the web browser using docker

Hi, I’m using windows WSL installation guide to install Astro Airflow package for learning purpose. I’ve initialized and started the Astro dev services but the web-server (localhost:8080) doesn’t seem to appear on the local browser.
When I check the logs, the following is being printed:

[2021-09-20 10:31:58,234] {__init__.py:51} INFO - Using executor LocalExecutor

[2021-09-20 10:31:58,235] {dagbag.py:403} INFO - Filling up the DagBag from /usr/local/airflow/dags


[2021-09-20 10:31:58,728] {security.py:461} INFO - Start syncing user roles.


[2021-09-20 10:31:58,910] {security.py:370} INFO - Fetching a set of all permission, view_menu from FAB meta-table


[2021-09-20 10:31:59,034] {security.py:313} INFO - Cleaning faulty perms


[2021-09-20 10:31:59 +0000] [54] [INFO] Handling signal: ttou


[2021-09-20 10:31:59 +0000] [119] [INFO] Worker exiting (pid: 119)

Please help me resolve this issue if anyone else faced it earlier