Dockerfile links3.4.0-apache, 3.4-apache, 3-apache, apache, 3.4.0, 3.4, 3, latest (apache/Dockerfile)3.4.0-fpm, 3.4-fpm, 3-fpm, fpm (fpm/Dockerfile)Where to get help:
the Docker Community Forums, the Docker Community Slack, or Stack Overflow
Where to file issues:
https://github.com/matomo-org/docker/issues
Maintained by:
Matomo (a Matomo community contributor)
Supported architectures: (more info)
amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
Published image artifact details:
repo-info repo's repos/matomo/ directory (history)
(image metadata, transfer size, etc)
Image updates:
official-images PRs with label library/matomo
official-images repo's library/matomo file (history)
Source of this description:
docs repo's matomo/ directory (history)
Supported Docker versions:
the latest release (down to 1.6 on a best-effort basis)
Matomo (formerly Piwik) is the leading open-source analytics platform that gives you more than just powerful analytics:
In keeping with a 'pure' micro-services approach, this image runs a Matomo service only (in the form of FastCGI). Because of that it must be used with companion containers which provide a database for data storage and HTTP to FastCGI proxy/translation services for the user interface.
You can run the Matomo container and service like so:
docker run -d --link some-mysql:db matomo
This assumes you've already launched a suitable MySQL or MariaDB database container.
You'll now need to use a suitable reverse proxy to access the user interface; which is available on TCP port 9000. Nginx provides the necessary functions for translation between HTTP and FastCGI.
Once you're up and running, you'll arrive at the configuration wizard page. If you're using the compose file, at the Database Setup step, please enter the following:
dbrootAnd leave the rest as default.
Then you can continue the installation with the super user.
A minimal set-up using docker-compose is available in the .examples folder.
If you want to use the import logs script, you can then run the following container as needed, in order to execute the python import logs script:
docker run --rm --volumes-from="matomo_app_1" --link matomo_app_1 python:2-alpine python /var/www/html/misc/log-analytics/import_logs.py --url=http://ip.of.your.piwik --login=yourlogin --password=yourpassword --idsite=1 --recorders=4 /var/www/html/logs/access.log
Pull requests are very welcome!
We'd love to hear your feedback and suggestions in the issue tracker: github.com/motomo-org/docker/issues.
This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com.
View license information for the software contained in this image.
As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
Some additional license information which was able to be auto-detected might be found in the repo-info repository's matomo/ directory.
As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.