diff --git a/Home.md b/Home.md index 4a1e8e5..f2eae4d 100644 --- a/Home.md +++ b/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)) -### 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``. -- Alternatively, replace web container source image with ``jessestuart/caddy`` (note that it has telemetry enabled). +You won't be able to use official Docker Hub images, those are amd64 only. Use dynamic setup (master branch of this repository) instead. + +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