From 1aaca35c31968f8b23eb155a9b4b3906bd3ac597 Mon Sep 17 00:00:00 2001 From: Gabriel Rufino Date: Fri, 1 Nov 2024 13:30:57 -0300 Subject: [PATCH] feat: update default version of matomo --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index bc65188..a4aa5ce 100644 --- a/compose.yaml +++ b/compose.yaml @@ -96,7 +96,7 @@ services: command: -config.file=/etc/loki/local-config.yaml restart: ${LOKI_RESTART_POLICY-no} matomo: - image: matomo:${MATOMO_VERSION-4.14.2} + image: matomo:${MATOMO_VERSION-5.1.2} container_name: ${MATOMO_CONTAINER_NAME-} ports: - 8086:80