Stop compromising your website and your users' trust with analytics platforms that use visitor data for their own purposes. This platform offers an ethical alternative, giving you full control and 100% data ownership. You decide where your data is stored and what happens to it, ensuring you can protect user privacy and maintain compliance with strict regulations.
Unlike other tools that provide estimates, you get accurate answers based on real-time data from all available traffic. Key benefits include:
Trusted on over 1 million websites, it provides a reliable way to understand user behavior without making privacy sacrifices.
services:
db:
image: mariadb:10.11
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
restart: always
volumes:
- ./db:/var/lib/mysql
environment:
- MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD}
- MYSQL_PASSWORD=${MYSQL_PASSWORD}
- MYSQL_DATABASE=matomo
- MYSQL_USER=matomo
app:
image: matomo
restart: always
volumes:
- ./matomo_data:/var/www/html
environment:
- MATOMO_DATABASE_HOST=db
- MATOMO_DATABASE_USERNAME=matomo
- MATOMO_DATABASE_PASSWORD=${MYSQL_PASSWORD}
- MATOMO_DATABASE_DBNAME=matomo
ports:
- 8080:80MYSQL_ROOT_PASSWORD=super_secret_root_password
MYSQL_PASSWORD=secret_matomo_db_passwordAuto-fetched 1 minute ago
Auto-fetched 1 minute ago