|
|
@ -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.
|
|
|
|