Skip to content
Snippets Groups Projects
Commit 597560c5 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Piwik Always populate

parent 2dc6afa9
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,7 @@ RUN apt-get update && apt-get install -y \ ...@@ -10,6 +10,7 @@ RUN apt-get update && apt-get install -y \
curl -O "http://builds.piwik.org/piwik.zip" && \ curl -O "http://builds.piwik.org/piwik.zip" && \
unzip piwik.zip && \ unzip piwik.zip && \
mv /piwik/config /piwik-config && \ mv /piwik/config /piwik-config && \
sed -i 's/;always_populate_raw_post_data = -1/always_populate_raw_post_data=-1/g' /etc/php5/fpm/php.ini && \
sed -i 's/# exec CMD/# exec CMD\n\/opt\/startup-piwik.sh/g' /opt/entrypoint.sh sed -i 's/# exec CMD/# exec CMD\n\/opt\/startup-piwik.sh/g' /opt/entrypoint.sh
# install nginx piwik config # install nginx piwik config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment