From ee492821ea5e2dacdc4dbb1ee17cd33e06b9bb86 Mon Sep 17 00:00:00 2001 From: fox Date: Mon, 15 Feb 2021 20:31:44 +0300 Subject: [PATCH] Update 'README.md' --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5f85cf..15bf631 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ -This is a build variant with PostgreSQL including [count_bits](https://github.com/sldab/count-bits). +# This is a build variant with PostgreSQL including [count_bits](https://github.com/sldab/count-bits). There are no other differences with `static-dockerhub` setup. -Look here for more information: https://git.tt-rss.org/fox/ttrss-docker-compose/src/static-dockerhub/README.md \ No newline at end of file +Look here for more information: https://git.tt-rss.org/fox/ttrss-docker-compose/src/static-dockerhub/README.md + +# FAQ + +## How do I create functions on existing database? + +` +docker-compose exec --user postgres db sh -c "cd /opt/count-bits ; make create_functions" +` \ No newline at end of file