项目作者: mrdaniel

项目描述 :
Matomo (Piwik) analytics dockerized with MariaDB as database
高级语言:
项目地址: git://github.com/mrdaniel/matomo_docker.git
创建时间: 2020-04-25T10:10:34Z
项目社区:https://github.com/mrdaniel/matomo_docker

开源协议:

下载


Matomo + MariaDB containers

Matomo (Piwik) analytics dockerized with MariaDB.

Create a matomo.env file with the following database credenitals:

  1. MYSQL_ROOT_PASSWORD=your_root_passowrd
  2. MYSQL_DATABASE=your_db_name
  3. MYSQL_USER=your_db_user_name
  4. MYSQL_PASSWORD=your_db_password

Then start the services with docker-compose up

More details on my blog, including setting geolocation data and deploying the Matomo container.