mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose.git
synced 2025-08-18 16:56:57 +02:00
Update 'README.md'
This commit is contained in:
parent
644093fdc5
commit
ee492821ea
12
README.md
12
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
|
||||
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"
|
||||
`
|
Loading…
x
Reference in New Issue
Block a user