Skip to content

Commit 640c444

Browse files
authored
Merge pull request #19 from MITLibraries/update-to-5.1.1
Update to Matomo 5.1.1
2 parents b6511aa + 71aa31a commit 640c444

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM matomo:5.1.0
1+
FROM matomo:5.1.1
22

33
# Add the EnvironmentVariables plugin
44
COPY ./files/plugin-EnvironmentVariables-5.0.0/ /var/www/html/plugins/EnvironmentVariables

files/config.ini.php

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
; <?php exit; ?> DO NOT REMOVE THIS LINE
22
; file automatically generated or modified by Matomo; you can manually override the default values in global.ini.php by redefining them in this file.
33
[database]
4+
schema = Mariadb
5+
charset = utf8mb4
46

57
[General]
68
proxy_client_headers[] = "HTTP_X_FORWARDED_FOR"

0 commit comments

Comments
 (0)