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
- Clone repository
- Update config
docker-compose.ymlMYSQL_ROOT_PASSWORD
db.envMYSQL_PASSWORDMATOMO_DATABASE_PASSWORD
- 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
- Local Development
- Get a list of all containers and delete
docker container ls -adocker container rm [OPTIONS] CONTAINER [CONTAINER...]
- Get and remove the images
docker image ls -adocker image rm [OPTIONS] CONTAINER [CONTAINER...]
- Prune the volumes
docker volume prune