1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-07-08 13:59:52 +02:00

Update 'Home'

fox 2021-08-23 10:19:52 +03:00
parent 7e47a87466
commit aedb61ad4e

@ -295,7 +295,7 @@ docker-compose exec db /bin/bash \
### How do I use custom certificates?
Y need to mount custom certificates into container like this:
You need to mount custom certificates into container like this:
```yml
volumes:
@ -307,6 +307,8 @@ volumes:
Then, restart the container, which runs `update-ca-certificates` on startup, adding local certificates into system certificate store.
See also: https://community.tt-rss.org/t/60-ssl-certificate-problem-unable-to-get-local-issuer-certificate/4838/4?u=fox
### How do I make this work on Raspberry Pi?
You won't be able to use official Docker Hub images, those are amd64 only. Use dynamic setup (master branch of this repository) instead.