Skip to main content

Matomo

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

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