-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to get this working on a raspberry pi #403
Comments
Hi there What is the latest error message you are getting? I am not having any issues with the dockerfile as above 🤔 |
I'm getting different variations of this error in a loop:
The variations are on the last line and are the following:
If I google it I come across issues like the below which seem to suggest the error is a result of mongo version 5 being unsupported on a raspberry pi. I've tried to change the compose file to use docker-library/mongo#510 |
@Chief-T1, |
Hi @GermanAizek Thank you for the help. I have to admit your page although very well written does look a bit too technical for me at first glance. I think I need a few days to really understand the process. Just a couple quick questions:
Thank you in advance. |
@Chief-T1, |
@GermanAizek, |
I have the same problem. Did it work? How do I use this? |
@steiditi, |
Hi all - apologies for the delay on this one - I have just released V2 of Recipe Buddy which removes the dependency on Mongo and should therefore run on a much wider range of devices - please do give it a go and let me know what you think :) |
Hi,
I've been trying to get this working on a raspberry pi. I've had numerous issues.
The first was related to the alpine linux version not working, related to this issue: nodejs/docker-node#1589.
I fixed this by changing the Dockerfiles build line to this:
FROM node:18-alpine
I've now got issues with MongoDB not connecting and I am getting the following errors:
I've read online that I need to use an older version of MongoDB and so have changed the image in my docker compose file to use
mongo:4.4
. I'm still getting errors, can you please advise what else I need to change to get this to work?The docker compose file I'm using is below:
Thank you
The text was updated successfully, but these errors were encountered: