- If you can't use port 8000, create
.env
file and configure a desired port with theWEB_PORT
environment variable. I.e.WEB_PORT=8888
. - Run
docker compose up -d
and wait until container is being build - Copy your XHProf profiles to the
data
directory - Open http://localhost:8000/#/profiler (change port according to your preferences)
- Choose any of your profiles and inspect it!