It would be nice to include some "How to use" lines in README.
ivastly opened this issue · 0 comments
ivastly commented
Here is what I used:
docker run --rm -p 81:8080 -v $(pwd)/xhprof:/mnt/files/private/xhprof -d --name xhprof wodby/xhprof
put your dumps to ./xhprof
directory and go to localhost:81.
❗ keep in mind that dumps naming is important, they must be named as uniqid() . '.myapplication.xhprof';