Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.
/ matomo Public archive

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

License

Notifications You must be signed in to change notification settings

luzifer-docker/matomo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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