From 22b0455455d4b208249fb096aa9b4c8854478027 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 24 Jan 2020 09:20:12 +0300 Subject: [PATCH] upd README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0f9137..ccf53e4 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ General outline of the configuration is as follows: - separate containers (frontend: caddy, database: pgsql, app and updater: php/fpm) - tt-rss latest git master source baked into container on build - - images are pulled from Docker Hub (automatically published on tt-rss master source update) + - images are pulled from [Docker Hub](https://hub.docker.com/u/cthulhoo) (automatically published on tt-rss master source update) - working copy is stored on (and rsynced over on restart) a persistent volume so plugins, etc. could be easily added - ``config.php`` is generated if it is missing - database schema is installed automatically if it is missing