From d63b1056a63156eec7a85e8a91858c0fa2bb5062 Mon Sep 17 00:00:00 2001 From: "Noah W. Smith" Date: Mon, 28 Mar 2022 16:42:37 -0400 Subject: [PATCH] Bugfix: matomo domain env is incorrect --- docker-compose.matomo.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.matomo.yml b/docker-compose.matomo.yml index 722c9774f..be12f2ddd 100644 --- a/docker-compose.matomo.yml +++ b/docker-compose.matomo.yml @@ -11,7 +11,7 @@ services: restart: ${RESTART_POLICY:-unless-stopped} image: ${REPOSITORY:-islandora}/matomo:${TAG:-latest} environment: - MATOMO_DEFAULT_SITE_HOST: ${DOMAIN} + MATOMO_DEFAULT_HOST: ${DOMAIN} volumes: - matomo-config-data:/var/www/matomo depends_on: @@ -40,4 +40,4 @@ services: limits: memory: ${MATOMO_MEMORY_LIMIT:-1G} reservations: - memory: 512M \ No newline at end of file + memory: 512M