Skip to content

Latest commit

 

History

History
62 lines (40 loc) · 1.75 KB

File metadata and controls

62 lines (40 loc) · 1.75 KB

piwik

Docker Build GitHub Repo

These are docker images for Piwik/Matomo running on our Apache PHP image.

Versions

For the available versions please look at Docker Hub or Quay or check the existing folders within the GitHub repository.

Volumes

  • /var/lib/piwik

Ports

  • 8080

Available environment variables

PIWIK_ARCHIVE_DIR = ${PIWIK_BASE_DIR}/archive
PIWIK_BASE_DIR = /var/lib/piwik
PIWIK_CONFIG_DIR = ${PIWIK_BASE_DIR}/config
PIWIK_PLUGINS_DIR = ${PIWIK_BASE_DIR}/plugins
PIWIK_SKIP_CHOWN = false

Extracted by the command: grep -hE ': "\$\{(.*)\}"' latest/overlay/etc/entrypoint.d/*.sh | sed 's/: "\${//' | sed 's/:="/ = /' | sed 's/"}"$//' | sort | uniq

Inherited environment variables

Contributing

Fork -> Patch -> Push -> Pull Request

Authors

License

MIT

Copyright

Copyright (c) 2015 Thomas Boerger <http://www.webhippie.de>