Stackable piwik for Docker
Piwik is not able for pre-configured deployment. Thus piwik configuration must be done by hand or via mounting a config file volume.
$ docker run -d --name piwik --link mysql:mysql -p 8080:80 piwik
Or
$ docker run -d --name piwik --link mysql:mysql -v /my/config.ini.php:/srv/piwik/config/config.ini.php -p 8080:80 piwik
Content type
Image
Digest
sha256:531e8e125…
Size
102.8 MB
Last updated
almost 11 years ago
docker pull sspreitzer/piwik