<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.alikaravi.ir/index.php?action=history&amp;feed=atom&amp;title=Matomo_docker_compose</id>
	<title>Matomo docker compose - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.alikaravi.ir/index.php?action=history&amp;feed=atom&amp;title=Matomo_docker_compose"/>
	<link rel="alternate" type="text/html" href="https://wiki.alikaravi.ir/index.php?title=Matomo_docker_compose&amp;action=history"/>
	<updated>2026-06-22T13:44:20Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.1</generator>
	<entry>
		<id>https://wiki.alikaravi.ir/index.php?title=Matomo_docker_compose&amp;diff=105&amp;oldid=prev</id>
		<title>Karavi: Created page with &quot;make folder:  mkdir matomo  touch matomo/docker-compose.yml  Create a docker-compose.yml file similar to this:  version: &quot;3&quot;  services:   db:     image: mariadb:10.11     command: --max-allowed-packet=64MB     restart: always     volumes:       - db:/var/lib/mysql:Z     environment:       - MYSQL_ROOT_PASSWORD=password123*       - MARIADB_AUTO_UPGRADE=1       - MARIADB_DISABLE_UPGRADE_BACKUP=1    app:     image: matomo     restart: always     volumes:       - matomo:/var...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.alikaravi.ir/index.php?title=Matomo_docker_compose&amp;diff=105&amp;oldid=prev"/>
		<updated>2025-03-30T09:15:58Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;make folder:  mkdir matomo  touch matomo/docker-compose.yml  Create a docker-compose.yml file similar to this:  version: &amp;quot;3&amp;quot;  services:   db:     image: mariadb:10.11     command: --max-allowed-packet=64MB     restart: always     volumes:       - db:/var/lib/mysql:Z     environment:       - MYSQL_ROOT_PASSWORD=password123*       - MARIADB_AUTO_UPGRADE=1       - MARIADB_DISABLE_UPGRADE_BACKUP=1    app:     image: matomo     restart: always     volumes:       - matomo:/var...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;make folder:&lt;br /&gt;
 mkdir matomo&lt;br /&gt;
 touch matomo/docker-compose.yml&lt;br /&gt;
&lt;br /&gt;
Create a docker-compose.yml file similar to this:&lt;br /&gt;
 version: &amp;quot;3&amp;quot;&lt;br /&gt;
 services:&lt;br /&gt;
  db:&lt;br /&gt;
    image: mariadb:10.11&lt;br /&gt;
    command: --max-allowed-packet=64MB&lt;br /&gt;
    restart: always&lt;br /&gt;
    volumes:&lt;br /&gt;
      - db:/var/lib/mysql:Z&lt;br /&gt;
    environment:&lt;br /&gt;
      - MYSQL_ROOT_PASSWORD=password123*&lt;br /&gt;
      - MARIADB_AUTO_UPGRADE=1&lt;br /&gt;
      - MARIADB_DISABLE_UPGRADE_BACKUP=1&lt;br /&gt;
&lt;br /&gt;
  app:&lt;br /&gt;
    image: matomo&lt;br /&gt;
    restart: always&lt;br /&gt;
    volumes:&lt;br /&gt;
      - matomo:/var/www/html:z&lt;br /&gt;
    environment:&lt;br /&gt;
      - MATOMO_DATABASE_HOST=db&lt;br /&gt;
    ports:&lt;br /&gt;
      - 8080:80&lt;br /&gt;
&lt;br /&gt;
 volumes:&lt;br /&gt;
  db:&lt;br /&gt;
  matomo:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Open a new .env file with nano:&lt;br /&gt;
 nano .env&lt;br /&gt;
&lt;br /&gt;
You’ll need to fill in a user name and password, as well as a strong password for the MariaDB root superuser account:&lt;br /&gt;
 MARIADB_USER=matomo&lt;br /&gt;
 MARIADB_PASSWORD=a_strong_password_for_user&lt;br /&gt;
 MARIADB_ROOT_PASSWORD=a_strong_password_for_root&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Bring up your stack by running&lt;br /&gt;
 docker-compose up -d&lt;br /&gt;
&lt;br /&gt;
Log in to the Admin UI&lt;br /&gt;
 http://localhost:8080&lt;br /&gt;
&lt;br /&gt;
Now you’ll be on the Database Setup page:&lt;br /&gt;
 databaSareve: db&lt;/div&gt;</summary>
		<author><name>Karavi</name></author>
	</entry>
</feed>