From 497f5bf2d4724f92769fc4cf38b5065684546d98 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Wed, 27 Apr 2016 18:07:38 +0200 Subject: [PATCH] selfoss: fix php-fpm.conf location --- selfoss/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfoss/Dockerfile b/selfoss/Dockerfile index ef86415..b03a9d9 100644 --- a/selfoss/Dockerfile +++ b/selfoss/Dockerfile @@ -33,7 +33,7 @@ RUN wget -q https://github.com/SSilence/selfoss/releases/download/$VERSION/selfo && rm -rf /tmp/* COPY nginx.conf /etc/nginx/nginx.conf -COPY php-fpm.conf /etc/php/php-fpm.conf +COPY php-fpm.conf /etc/php7/php-fpm.conf COPY supervisord.conf /etc/supervisor/supervisord.conf COPY startup /usr/local/bin/startup COPY cron /etc/periodic/15min/selfoss