Update page 'Home'

master
fox 4 years ago
parent 94e312f8ef
commit 61a281f2eb

@ -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…
Cancel
Save