mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-01 14:45:38 +00:00
freshrss: add automatic feed update
This commit is contained in:
@ -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 \
|
||||
|
Reference in New Issue
Block a user