We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6511aa + 71aa31a commit 640c444Copy full SHA for 640c444
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM matomo:5.1.0
+FROM matomo:5.1.1
2
3
# Add the EnvironmentVariables plugin
4
COPY ./files/plugin-EnvironmentVariables-5.0.0/ /var/www/html/plugins/EnvironmentVariables
files/config.ini.php
@@ -1,6 +1,8 @@
; <?php exit; ?> DO NOT REMOVE THIS LINE
; file automatically generated or modified by Matomo; you can manually override the default values in global.ini.php by redefining them in this file.
[database]
+schema = Mariadb
5
+charset = utf8mb4
6
7
[General]
8
proxy_client_headers[] = "HTTP_X_FORWARDED_FOR"
0 commit comments