mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-08 18:19:52 +02:00
Update 'Home'
parent
7e47a87466
commit
aedb61ad4e
1 changed files with 3 additions and 1 deletions
4
Home.md
4
Home.md
|
@ -295,7 +295,7 @@ docker-compose exec db /bin/bash \
|
||||||
|
|
||||||
### How do I use custom certificates?
|
### 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
|
```yml
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -307,6 +307,8 @@ volumes:
|
||||||
|
|
||||||
Then, restart the container, which runs `update-ca-certificates` on startup, adding local certificates into system certificate store.
|
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?
|
### 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.
|
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…
Add table
Add a link
Reference in a new issue