Can't Access ERPNext on Docker Compose

Currently I’m using this tutorial https://github.com/frappe/frappe_docker/blob/main/docs/setup_for_linux_mac.md to setup ERPNext locally for development (trying) purposes. After altering the pwd.yml to add platform (linux/amd64) and running it with docker-compose -f ./pwd.yml up, I still can’t access this application through localhost:8080. Can you help me set this up purely with docker compose?

Thank you.