Bucky@lemmy.worldOPtoLemmy Support@lemmy.ml•How can I run a Lemmy instance on a rPi 4? I've tried several methods and both fail because docker didn't support arm v7 or v8
1·
1 year agoI was able to install lemmy just now on the rpi. I used ubergeek77’s stuff.
This got me working, but, for anyone who comes across this, the file to edit is lemmy.yml, and you drop in
ghcr.io/ubergeek77
fordessalines
. The only hurdle once I did that was installing docker-compose on the pi. Unfortunately you can’t just install docker-compose with pip3 install docker-compose. Follow these instructions to install docker-compose. https://dev.to/elalemanyo/how-to-install-docker-and-docker-compose-on-raspberry-pi-1moThen just run the ansible playbook.