Issue setting up on raspberry pi
Im trying to self host on a raspberry pi and i get the error when i try to pull the latest image i get this error
3 Replies
You'll have to build the docker image yourself for the right architecture
Is there a guide on how to do this sorry?
Its a rpi5 if that helps?
There's not sorry. But you can try cloning the repo locally and then running
docker run . -d --env-file .env --network=host
I believe that will build the image and the run it