This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Provide locationis.ini to mount in the server | |
# Either provide locations yourself or use the official ones with an API key. | |
# See https://sites.google.com/a/webpagetest.org/docs/private-instances/locations for details | |
docker run -v $HOME/tmp/locations.ini:/var/www/html/settings/locations.ini -p 8080:80 --name wptserver iteratec/wptserver | |
# -> mounts the locations.ini file in the server -> use localhost:8080 to access |