Skip to content

Docker container for running webgrind xdebug profiler analyzer

License

Notifications You must be signed in to change notification settings

madman/docker-webgrind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

docker-webgrind

Docker container for running webgrind xdebug profiler analyzer

Usage:

docker run -v /tmp:/tmp -p 8080:8080 madman/webgrind

Configuration

You can configure following enviromental variables:

# Timezone
TIMEZONE="Europe/Kiev"

# This is the location where webgrind looks for the xdebug cachegrind files
XDEBUG_OUTPUT_DIR="/tmp"

# Here webgrind then stores the temp files after analyzing the results
WEBGRIND_STORAGE_DIR="/tmp/webgrind"

# Internal web server port number
PORT="8080"

About

Docker container for running webgrind xdebug profiler analyzer

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published