Skip to content

A Matomo-MariaDB-NGINX Docker Container

Notifications You must be signed in to change notification settings

jryantz/matomo-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker (Matomo - NGINX - MariaDB)

Use this repository to quickly setup a Matomo instance with MariaDB and NGINX.

Matomo is the leading open-source analytics platform that gives you more that just powerful analytics:

  • Free open-source software
  • 100% data ownership
  • User privacy protection
  • User-centric insights
  • Customisable and extensible

How to Use

  1. Clone repository
  2. Update config
    1. docker-compose.yml
      • MYSQL_ROOT_PASSWORD
    2. db.env
      • MYSQL_PASSWORD
      • MATOMO_DATABASE_PASSWORD
  3. Run
    • Local Development
      • docker compose up --build
    • Production
      • docker compose -f docker-compose-deploy.yml up --build
    • --build
      • Builds the image before starting the container

Clean-up

  1. Get a list of all containers and delete
    • docker container ls -a
    • docker container rm [OPTIONS] CONTAINER [CONTAINER...]
  2. Get and remove the images
    • docker image ls -a
    • docker image rm [OPTIONS] CONTAINER [CONTAINER...]
  3. Prune the volumes
    • docker volume prune

About

A Matomo-MariaDB-NGINX Docker Container

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages