Matomo in a nginx / php-fpm Docker container using s6 overlay
Find a file
Luzifer.io Jenkins dbb0539f97 Matomo 4.7.1
2022-02-04 02:47:16 +00:00
rootfs Split script, update GeoIP database 2019-06-09 20:27:24 +02:00
.travis.yml Initial version 2019-06-09 12:51:46 +02:00
Dockerfile Matomo 4.7.1 2022-02-04 02:47:16 +00:00
LICENSE Initial version 2019-06-09 12:51:46 +02:00
README.md Initial version 2019-06-09 12:51:46 +02:00
update-version.sh Update catalog api url 2021-12-02 01:25:46 +01:00

luzifer-docker / matomo

Run matomo in a nginx / php-fpm Docker container using s6 overlay

This image contains a TAR of the Matomo source code and will automatically update your installation from that archive. Therefore it is strongly adviced NOT to run on latest but to pin the version you want to use. Otherwise your Matomo will update unexpectedly and might break!

Usage

## Build container (optional)
$ docker build -t luzifer/matomo .

## Execute matomo
$ docker run --rm -ti -v $(pwd):/var/www -p 80:80 luzifer/matomo