mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-08 05:09:53 +02:00
Update page 'Home'
parent
94e312f8ef
commit
61a281f2eb
1 changed files with 6 additions and 3 deletions
9
Home.md
9
Home.md
|
@ -150,10 +150,13 @@ docker-compose exec db /bin/bash \
|
||||||
|
|
||||||
([source](https://community.tt-rss.org/t/docker-compose-tt-rss/2894/233?u=fox))
|
([source](https://community.tt-rss.org/t/docker-compose-tt-rss/2894/233?u=fox))
|
||||||
|
|
||||||
### Stock Caddy container doesn't work on Raspberry Pi
|
### How do I make this work on Raspberry Pi?
|
||||||
|
|
||||||
- You can use nginx frontend instead of Caddy by uncommenting ``web-nginx`` container in ``docker-compose.yml``.
|
You won't be able to use official Docker Hub images, those are amd64 only. Use dynamic setup (master branch of this repository) instead.
|
||||||
- Alternatively, replace web container source image with ``jessestuart/caddy`` (note that it has telemetry enabled).
|
|
||||||
|
Caddy (web) container used in this setup is not available on arm. You can use nginx frontend instead by uncommenting ``web-nginx`` container in ``docker-compose.yml``. Don't forget to comment out `web` container.
|
||||||
|
|
||||||
|
After replacing `web` with `web-nginx` everything should work normally. Note potential performance issues, especially if you use microsd.
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue