Docker deploy success but not access in my mac14

0
In my mac use docker deploy   execute success: INFO - Core: Mendix Runtime successfully started, the application is now available. INFO: The Mendix runtime has been fully startedINFO: Ensuring admin user credentials INFO: Model version: [2ecfd11bd4801da9ca9aa931e87112163f5fd7c4] INFO: MENDIX-INTERNAL: Metrics are disabled. INFO: Waiting for runtime database initialization to complete... INFO: Runtime database is now available   but I can‘t access http://localhost:8080,,why? my run: docker run -it \  -p 8080:9000 \  -e ADMIN_PASSWORD=Hjihjsa0909@ \  -e DATABASE_ENDPOINT=postgres://postgres:postgres@host.docker.internal:5432/mendix \  mendix/mendix-buildpack:v1.2
asked
0 answers