docker-piwik
docker-piwik copied to clipboard
A Docker Piwik Container
I started the container with minimal config and got the trusted host warning. I looked into the piwik/config/config.ini.php and it looked like this. Seems like the enable_trusted_host_check=0 option gets overwritten...
While investigating why my piwik installation is so slow I saw that the images uses APC https://github.com/MarvAmBass/docker-piwik/blob/master/Dockerfile#L14 But a quick run of php -v reveals that the container runs php...
When I run pivik with a linked mysql container, it looks like everything is OK (the log tells me that a password was autogenerated and then the whole pivik setup...
Good evening Piwik team! Quick docker related question: How do you load your own /piwik/config/config.ini.php file? Mapping this file in piwik container run (-v $PWD/config.ini.php:/piwik/config/config.ini.php) makes piwik config fail. Seems...
Configuring a container with a password that contains the & character fails. If my password was foobarpass&word, then the config.ini.php contained: `password = foobarpassPIWIK_MYSQL_PASSWORDword`