You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to install a self hosted instance via the docker compose file, but I have several problems starting from the incompatibility of some docker images set by default but this problem has been solved using the builds with the "linux/amd64" tag.
In theory I should also have been able to solve the MongoDB problem (which apparently has ceased support for Raspberry Pi 4) using an unofficial MongoDB image
Despite everything, I find myself in this situation
The logs of the 3 failed containers look the same like this
docker logs revolt_autumn_1
exec ./autumn: exec format error
exec ./autumn: exec format error
exec ./autumn: exec format error
exec ./autumn: exec format error
exec ./autumn: exec format error
exec ./autumn: exec format error
exec ./autumn: exec format error
exec ./autumn: exec format error
exec ./autumn: exec format error
exec ./autumn: exec format error
exec ./autumn: exec format error
docker logs revolt_january_1
exec ./january: exec format error
exec ./january: exec format error
exec ./january: exec format error
exec ./january: exec format error
exec ./january: exec format error
exec ./january: exec format error
exec ./january: exec format error
exec ./january: exec format error
exec ./january: exec format error
exec ./january: exec format error
exec ./january: exec format error
docker logs revolt_web_1
exec /usr/local/bin/docker-entrypoint.sh: exec format error
exec /usr/local/bin/docker-entrypoint.sh: exec format error
exec /usr/local/bin/docker-entrypoint.sh: exec format error
exec /usr/local/bin/docker-entrypoint.sh: exec format error
exec /usr/local/bin/docker-entrypoint.sh: exec format error
exec /usr/local/bin/docker-entrypoint.sh: exec format error
exec /usr/local/bin/docker-entrypoint.sh: exec format error
exec /usr/local/bin/docker-entrypoint.sh: exec format error
exec /usr/local/bin/docker-entrypoint.sh: exec format error
exec /usr/local/bin/docker-entrypoint.sh: exec format error
exec /usr/local/bin/docker-entrypoint.sh: exec format error
exec /usr/local/bin/docker-entrypoint.sh: exec format error
Am I doing something wrong? Or is self-hosting on Raspberry Pi not recommended?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to install a self hosted instance via the docker compose file, but I have several problems starting from the incompatibility of some docker images set by default but this problem has been solved using the builds with the "linux/amd64" tag.
In theory I should also have been able to solve the MongoDB problem (which apparently has ceased support for Raspberry Pi 4) using an unofficial MongoDB image
Despite everything, I find myself in this situation
The logs of the 3 failed containers look the same like this
Am I doing something wrong? Or is self-hosting on Raspberry Pi not recommended?
Beta Was this translation helpful? Give feedback.
All reactions