freshrss: add automatic feed update

This commit is contained in:
Wonderfall
2017-06-06 03:24:05 +02:00
parent 9dc8f2b2b8
commit 28f04a1865
4 changed files with 12 additions and 2 deletions

View File

@ -4,7 +4,8 @@ ARG FRESHRSS_VER=1.7.0
ENV UID=991 GID=991 \
UPLOAD_MAX_SIZE=10M \
MEMORY_LIMIT=128M
MEMORY_LIMIT=128M \
CRON_PERIOD=30m
RUN apk -U add --no-cache \
tar \