Skip to content

Commit

Permalink
Merge pull request #242 from Islandora-Devops/patch-matomo-domain-env
Browse files Browse the repository at this point in the history
Bugfix: matomo domain env is incorrect
  • Loading branch information
DonRichards authored Mar 29, 2022
2 parents 5b04015 + d63b105 commit 10c3e32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.matomo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -40,4 +40,4 @@ services:
limits:
memory: ${MATOMO_MEMORY_LIMIT:-1G}
reservations:
memory: 512M
memory: 512M

0 comments on commit 10c3e32

Please sign in to comment.