瀏覽代碼

Add Matomo database envs to docs

J0WI 6 年之前
父節點
當前提交
978d6409ab
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      matomo/content.md

+ 9 - 0
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).