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