aboutsummaryrefslogtreecommitdiff
path: root/Docker
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-01-08 00:06:01 +0100
committerGravatar GitHub <noreply@github.com> 2019-01-08 00:06:01 +0100
commitb73d4c807f8bce7090eb0d37cf4448dbb248ba2b (patch)
treec8e5b18ebfaee6b351a2cd90824ffa596f517285 /Docker
parent15d74d934708896706278574af159a9dcb3a4313 (diff)
COPY_SYSLOG_TO_STDERR (#2213)
Update of https://github.com/FreshRSS/FreshRSS/pull/2208 Fixes https://github.com/FreshRSS/FreshRSS/issues/2212
Diffstat (limited to 'Docker')
-rw-r--r--Docker/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Docker/Dockerfile b/Docker/Dockerfile
index 52ac5f2fc..7aaee52a0 100644
--- a/Docker/Dockerfile
+++ b/Docker/Dockerfile
@@ -23,6 +23,7 @@ RUN rm -f /etc/apache2/conf.d/languages.conf /etc/apache2/conf.d/info.conf \
echo "17,37 * * * * su apache -s /bin/sh -c 'php /var/www/FreshRSS/app/actualize_script.php' 2>> /proc/1/fd/2 > /tmp/FreshRSS.log" >> \
/var/spool/cron/crontabs/root
+ENV COPY_SYSLOG_TO_STDERR On
ENV CRON_MIN ''
ENTRYPOINT ["./Docker/entrypoint.sh"]