mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-12 16:29:51 +02:00
Update 'README.md'
This commit is contained in:
parent
c5638d7cd3
commit
734f99ac24
1 changed files with 7 additions and 3 deletions
10
README.md
10
README.md
|
@ -1,9 +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
|
||||
|
||||
Q: How do I create functions on existing database?
|
||||
# FAQ
|
||||
|
||||
A: `docker-compose exec --user postgres db sh -c "cd /opt/count-bits ; make create_functions"`
|
||||
## How do I create functions on existing database?
|
||||
|
||||
`
|
||||
docker-compose exec --user postgres db sh -c "cd /opt/count-bits ; make create_functions"
|
||||
`
|
Loading…
Add table
Add a link
Reference in a new issue