Merge pull request #3206 from okxlin/renovate/matomo-5.x

Update matomo Docker tag to v5.3.2
This commit is contained in:
okxlin 2025-07-07 21:46:08 +08:00 committed by GitHub
commit eebd0d8333
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ services:
- MATOMO_DATABASE_PASSWORD=${PANEL_DB_USER_PASSWORD} - MATOMO_DATABASE_PASSWORD=${PANEL_DB_USER_PASSWORD}
- MATOMO_DATABASE_DBNAME=${PANEL_DB_NAME} - MATOMO_DATABASE_DBNAME=${PANEL_DB_NAME}
- PHP_MEMORY_LIMIT=2048M - PHP_MEMORY_LIMIT=2048M
image: matomo:5.3.1-fpm-alpine image: matomo:5.3.2-fpm-alpine
labels: labels:
createdBy: Apps createdBy: Apps