How to use/access ERPNext instance based Docker Hub image?

On Docker Desktop, searching for ERPNext brings up frappe/erpnext image directly available for download. However, when running the image, there are no options for exposing any ports, but the container initializes and appear to run normally:

2024-12-19 17:21:27 [2024-12-19 13:21:27 +0000] [1] [INFO] Starting gunicorn 22.0.0
2024-12-19 17:21:27 [2024-12-19 13:21:27 +0000] [1] [INFO] Listening at: http://0.0.0.0:8000 (1)
2024-12-19 17:21:27 [2024-12-19 13:21:27 +0000] [1] [INFO] Using worker: gthread
2024-12-19 17:21:27 [2024-12-19 13:21:27 +0000] [7] [INFO] Booting worker with pid: 7
2024-12-19 17:21:27 [2024-12-19 13:21:27 +0000] [8] [INFO] Booting worker with pid: 8

How are the users expected to access it? For the record, the instance only needs to be accessible over LAN, without any assigned domain.