mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 04:19:18 +00:00
selfoss: fix php-fpm.conf location
This commit is contained in:
parent
86d30ba71b
commit
497f5bf2d4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user