From 978d6409ab6f87265a33be4c14725efffeeaa7ae Mon Sep 17 00:00:00 2001 From: J0WI Date: Wed, 24 Jul 2019 00:24:44 +0200 Subject: [PATCH] Add Matomo database envs to docs --- matomo/content.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/matomo/content.md b/matomo/content.md index 472d8febd..c59bfa3d5 100644 --- a/matomo/content.md +++ b/matomo/content.md @@ -41,6 +41,15 @@ And leave the rest as default. Then you can continue the installation with the super user. +The following environment variables are also honored for configuring your Matomo instance: + +- `MATOMO_DATABASE_HOST` +- `MATOMO_DATABASE_ADAPTER` +- `MATOMO_DATABASE_TABLES_PREFIX` +- `MATOMO_DATABASE_USERNAME` +- `MATOMO_DATABASE_PASSWORD` +- `MATOMO_DATABASE_DBNAME` + ## Docker-compose examples and log import instructions A minimal set-up using docker-compose is available in the [.examples folder](https://github.com/matomo-org/docker/tree/master/.examples).