Update 'Home'

master
fox 3 years ago
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.

Loading…
Cancel
Save