mirror of
https://github.com/x86dev/docker-ttrss
synced 2025-12-11 08:56:01 +00:00
Changed default TTRSS_REPO_URL to reflect the new git repo path.
This commit is contained in:
@@ -44,7 +44,7 @@ setup_nginx()
|
||||
setup_ttrss()
|
||||
{
|
||||
if [ -z "$TTRSS_REPO_URL" ]; then
|
||||
TTRSS_REPO_URL=https://git.tt-rss.org/git/tt-rss.git
|
||||
TTRSS_REPO_URL=https://git.tt-rss.org/fox/tt-rss.git/
|
||||
fi
|
||||
|
||||
if [ -z "$TTRSS_PATH" ]; then
|
||||
|
||||
Reference in New Issue
Block a user