mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
matomo updated to current template
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# ===== Paths =====
|
||||
VOL_PATH=/data
|
||||
VOL_PROJECTS=/data/projects
|
||||
|
||||
# ===== Matomo =====
|
||||
MATOMO_IMAGE=matomo:latest
|
||||
MATOMO_RESTART=unless-stopped
|
||||
MATOMO_PORT=8080
|
||||
|
||||
# ===== Database =====
|
||||
MATOMO_DB_IMAGE=mariadb:10.4
|
||||
MATOMO_MYSQL_ROOT_PASSWORD=changeme-root
|
||||
MATOMO_MYSQL_PASSWORD=changeme
|
||||
MATOMO_DB_PASSWORD=changeme
|
||||
Reference in New Issue
Block a user