Sign inSign up

d4v1d31/piwik

By d4v1d31

Updated over 10 years ago

Piwik Container

Image
0

1.3K

d4v1d31/piwik repository overview

piwik_docker

All you need to build a docker container of piwik This configuration usese the latest Ubuntu-Container and nginx with php5-fpm

Run

For a small test (only sqlite) you can run it with this command:

docker run -p 80:80 --name piwik d4v1d31/piwik

When you want to use mysql you have to link it to a database container:

docker run -p 80:80 --link mysql:mysql --name piwik d4v1d31/piwik

The configuration file exist after installation under /usr/share/nginx/html/piwik/config

Tag summary

Content type

Image

Digest

Size

50 MB

Last updated

over 10 years ago

docker pull d4v1d31/piwik