From 66f0f32d2fd1a94dd3e7a832995cff31cb1e85f6 Mon Sep 17 00:00:00 2001 From: fox Date: Tue, 23 Feb 2021 16:32:29 +0300 Subject: [PATCH 1/2] Update 'README.md' --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 2984927..ea555e7 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,7 @@ remove ``127.0.0.1:`` from ``HTTP_PORT`` variable in ``.env``. Please don't rename the services inside `docker-compose.yml` unless you know what you're doing. Web container expects application container to be named `app`, if you rename it and it's not accessible via Docker DNS as `http://app` you will run into 502 errors on startup. -Main configuration file (`config.php`) is rewritten on startup, don't edit it manually. Use environment variables -(see `app/Dockerfile` for complete list) or `config.d` snippets to customize it. +Main configuration file (`config.php`) is rewritten on startup, don't edit it manually. Use [environment variables](https://git.tt-rss.org/fox/ttrss-docker-compose/wiki#how-do-i-set-global-configuration-options) or `config.d` snippets to customize it. #### Build and start the container From 4f002a61ae4473572cc4bb93a979c6415eb96666 Mon Sep 17 00:00:00 2001 From: fox Date: Thu, 25 Feb 2021 07:33:31 +0300 Subject: [PATCH 2/2] Update 'README.md' --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ea555e7..b68a614 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,10 @@ docker-compose up --build -d See docker-compose documentation for more information and available options. +#### Default login credentials + +Username: `admin`, password: `password` + ### Updating Restarting the container will update tt-rss from the origin repository. If database needs to be updated,