Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evilfreelancer/docker-compose-matomo
Basic repo with composition of docker containers required for Matomo (formerly Piwik)
https://github.com/evilfreelancer/docker-compose-matomo
docker docker-compose matomo piwik
Last synced: 5 days ago
JSON representation
Basic repo with composition of docker containers required for Matomo (formerly Piwik)
- Host: GitHub
- URL: https://github.com/evilfreelancer/docker-compose-matomo
- Owner: EvilFreelancer
- License: mit
- Created: 2020-02-15T07:06:22.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-15T07:14:54.000Z (almost 5 years ago)
- Last Synced: 2024-10-29T20:07:59.496Z (about 2 months ago)
- Topics: docker, docker-compose, matomo, piwik
- Size: 1.95 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker composition of Matomo
Basic repo with composition of docker containers required for Matomo (formerly Piwik)
## How to use
Clone the repo, then copy config from example:
cp docker-compose.yml.dist docker-compose.yml
Start composition of containers:
docker-compose up -d
Go to http://localhost in your browser.