Skip to main content

Matomo

Use the following command to install Matomo. Change the port and volume as needed.

See the official GitHub repo for more information.

docker run -d -p 8000:8000 --name matomo \
  -v /home/usr/matomo/data:/data \
  crazymax/matomo:latest

image-1600709462019.png