Skip to content

Commit

Permalink
Fix php-fpm docker image (#3552)
Browse files Browse the repository at this point in the history
It seems in the most recent version of the Docker image the config path seems to have changed.
  • Loading branch information
ruflin authored and Steffen Siering committed Feb 7, 2017
1 parent a8bd416 commit 06e70d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metricbeat/module/php_fpm/_meta/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM richarvey/nginx-php-fpm

RUN echo "pm.status_path = /status" >> /etc/php7/php-fpm.d/www.conf
RUN echo "pm.status_path = /status" >> /usr/local/etc/php-fpm.d/www.conf
ADD ./php-fpm.conf /etc/nginx/sites-enabled

EXPOSE 81

0 comments on commit 06e70d2

Please sign in to comment.