From c5638d7cd3bf3ee5a59cfe9174e32e5eef3f5641 Mon Sep 17 00:00:00 2001 From: fox Date: Mon, 15 Feb 2021 20:30:42 +0300 Subject: [PATCH] Update 'README.md' --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8082995..f900b43 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,5 @@ 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 Q: How do I create functions on existing database? + A: `docker-compose exec --user postgres db sh -c "cd /opt/count-bits ; make create_functions"` \ No newline at end of file