1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-28 09:08:36 +02:00
dockerfiles/piwik/README.md

29 lines
516 B
Markdown
Raw Normal View History

2015-07-17 04:17:49 +02:00
piwik
=====
2015-07-17 04:33:35 +02:00
[`Piwik`][1] is the leading open alternative to Google Analytics that gives you
full control over your data. Piwik lets you easily collect data from websites,
apps & IoT and visualise this data and extract insights. Privacy is built-in.
2015-07-17 13:17:24 +02:00
## docker-compose.yml
```
2015-07-17 13:20:53 +02:00
piwik:
2015-07-17 13:17:24 +02:00
image: vimagick/piwik
ports:
- "8000:80"
links:
- mysql
restart: always
mysql:
image: mysql
environment:
- MYSQL_ROOT_PASSWORD=root
- MYSQL_DATABASE=piwik
restart: always
```
2015-07-17 04:33:35 +02:00
[1]: http://piwik.org/