From 5280f48cc6a26fa6fdafa3c1456ba74088f776bc Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 15 Nov 2019 21:31:48 +0300 Subject: [PATCH] update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c6915af..0e6d90b 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,9 @@ Restarting the container will update the source from origin repository. ### How do I add plugins and themes? By default, tt-rss code is stored on a persistent docker volume (``app``). You can find -its location like this: ``docker volume inspect ttrss-docker_app | grep Mountpoint`` +its location like this: + +``docker volume inspect ttrss-docker_app | grep Mountpoint`` Alternatively, you can mount any host directory as ``/var/www/html`` by updating ``docker-compose.yml``, i.e.: