项目作者: luzifer-docker

项目描述 :
Matomo in a nginx / php-fpm Docker container using s6 overlay
高级语言: Shell
项目地址: git://github.com/luzifer-docker/matomo.git
创建时间: 2019-06-09T10:41:37Z
项目社区:https://github.com/luzifer-docker/matomo

开源协议:Apache License 2.0

下载


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

  1. ## Build container (optional)
  2. $ docker build -t luzifer/matomo .
  3. ## Execute matomo
  4. $ docker run --rm -ti -v $(pwd):/var/www -p 80:80 luzifer/matomo