diff --git a/blueprints/matomo/docker-compose.yml b/blueprints/matomo/docker-compose.yml index c66b107d..cc746077 100644 --- a/blueprints/matomo/docker-compose.yml +++ b/blueprints/matomo/docker-compose.yml @@ -1,6 +1,7 @@ +version: "3.8" services: matomo: - image: matomo:latest + image: matomo:5.1-apache restart: always environment: - MATOMO_DATABASE_HOST=db @@ -23,7 +24,7 @@ services: - "traefik.http.services.${DOKPLOY_SERVICE_ID}.loadbalancer.server.port=80" db: - image: mariadb:10 + image: mariadb:11 command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci restart: always environment: diff --git a/meta.json b/meta.json index f27222b3..c2e93057 100644 --- a/meta.json +++ b/meta.json @@ -6787,7 +6787,7 @@ "description": "Leading open-source web analytics platform with global data ownership.", "logo": "matomo.png", "links": { - "github": "https://github.com/matomo-software/matomo", + "github": "https://github.com/matomo-org/matomo", "website": "https://matomo.org", "docs": "https://matomo.org/docs" },