-
Notifications
You must be signed in to change notification settings - Fork 368
Description
Hi Matomo team ๐,
First off, thank you for providing the Matomo Docker image โ itโs a great resource for deploying Matomo in a containerized environment. ๐
Iโm currently working on setting up a more advanced configuration and noticed that the documentation could benefit from additional real-world examples, especially in terms of:
Custom config.ini.php setups
Environment variables for advanced use cases
Multi-container setups using Docker Compose (e.g., with MySQL/PostgreSQL, Redis, Nginx, etc.)
Volume mounting best practices for plugins, logs, and data
Reverse proxy/HTTPS setups with Nginx or Traefik
Performance optimization suggestions within Docker
Having these examples would really help users (like myself) better understand and implement best practices for running Matomo in production or staging environments.
Would it be possible to include more of these examples in the repo or in the official documentation?
Thanks again for all your work!