diff --git a/config/autoload/matomo.local.php.dist b/config/autoload/matomo.local.php.dist new file mode 100644 index 00000000..2a940407 --- /dev/null +++ b/config/autoload/matomo.local.php.dist @@ -0,0 +1,26 @@ + [ +// 'enabled' => true, +// 'base_url' => 'http://shlink_matomo', +// 'site_id' => '...', +// 'api_token' => '...', + ], + +]; diff --git a/docker-compose.yml b/docker-compose.yml index 5a0b6278..e44ca82b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -211,7 +211,7 @@ services: ports: - "8003:80" volumes: - # Matomo does not persist port in trusted hosts. This is needed to edit config afterward + # Matomo does not persist port in trusted hosts. This volume is needed to edit config afterward # https://github.com/matomo-org/matomo/issues/9549 - ./data/infra/matomo:/var/www/html links: