ttrss update to 2020-10-13
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM nginx:1.17.9-alpine
|
FROM nginx:1.19.3-alpine
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
@@ -29,7 +29,7 @@ EXPOSE 80 443
|
|||||||
RUN \
|
RUN \
|
||||||
git clone https://git.tt-rss.org/fox/tt-rss.git /var/lib/tt-rss && \
|
git clone https://git.tt-rss.org/fox/tt-rss.git /var/lib/tt-rss && \
|
||||||
cd /var/lib/tt-rss && \
|
cd /var/lib/tt-rss && \
|
||||||
git checkout 61be0b215db850395ef2746a5b7499f39db30662
|
git checkout 83e08e0e204696766fe78f2bd548cdd41d9e6f9f
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY CHECKS /app/CHECKS
|
COPY CHECKS /app/CHECKS
|
||||||
|
|||||||
@@ -39,7 +39,7 @@
|
|||||||
// background processes while not running tt-rss, this method is generally
|
// background processes while not running tt-rss, this method is generally
|
||||||
// viable to keep your feeds up to date.
|
// viable to keep your feeds up to date.
|
||||||
// Still, there are more robust (and recommended) updating methods
|
// Still, there are more robust (and recommended) updating methods
|
||||||
// available, you can read about them here: http://tt-rss.org/wiki/UpdatingFeeds
|
// available, you can read about them here: https://tt-rss.org/wiki/UpdatingFeeds
|
||||||
|
|
||||||
// *****************************
|
// *****************************
|
||||||
// *** Files and directories ***
|
// *** Files and directories ***
|
||||||
|
|||||||
Reference in New Issue
Block a user