diff --git a/Dockerfile b/Dockerfile index fc294b1..a832ae3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.19.7-alpine +FROM nginx:1.21.1-alpine RUN \ apk add --no-cache \ @@ -29,7 +29,7 @@ EXPOSE 80 443 RUN \ git clone https://git.tt-rss.org/fox/tt-rss.git /var/lib/tt-rss && \ cd /var/lib/tt-rss && \ - git checkout 861a632ac7c283c55dfd947ed0152d9846fa2ac0 && \ + git checkout 73d14338abde1925dc11fce013a939d3704122e7 && \ rm -R .git WORKDIR /app diff --git a/Readme.md b/Readme.md index 1e44fe4..a290676 100644 --- a/Readme.md +++ b/Readme.md @@ -46,7 +46,7 @@ dokku letsencrypt:auto-renew ttrss * Upgrade base image in `Dockerfile`: https://hub.docker.com/_/nginx?tab=tags * Upgrade TTRSS commit in `Dockerfile` -* Propagate updates in `config.php-dist` to `config.php`: https://git.tt-rss.org/fox/tt-rss/src/master/config.php-dist +* Propagate configuration changes updates to `config.php`: https://git.tt-rss.org/fox/tt-rss/src/branch/master/classes/config.php ```bash dokku postgres:export ttrss-postgres-12_2 > ttrss.db diff --git a/config.php b/config.php index e56f832..c5d766c 100644 --- a/config.php +++ b/config.php @@ -1,147 +1,19 @@ System), syslog - logs to system log. - // Setting this to blank uses PHP logging (usually to http server - // error.log). - // Note that feed updating daemons don't use this logging facility - // for normal output. - - define('CONFIG_VERSION', 26); - // Expected config version. Please update this option in config.php - // if necessary (after migrating all new options from this file). - - // vim:ft=php + putenv('TTRSS_LOG_DESTINATION=stdout');