this post was submitted on 27 Jul 2023
5 points (77.8% liked)
Lemmy Support
4651 readers
1 users here now
Support / questions about Lemmy.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Use ubergeek77's multiarch docker images instead of the official ones. Official ARM support for Lemmy stopped in version 0.17.3.
I saw it but I don't know how to use it.
Replace
dessalines/lemmy:0.18.2
withghcr.io/ubergeek77/lemmy:0.18.2
in yourdocker-compose.yml
file. Do the same forlemmy-ui
.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.
Wow, okay let me try that. I wish you had been around earlier! Thank you so much.