-
Notifications
You must be signed in to change notification settings - Fork 15
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
my cpu is not compatible? #17
Comments
Check the "Troubleshooting" section in the README. Edit: you could also try downgrading the mongo version in the docker-compose.yml |
I downgraded to 4.4.7 and I don't get this issue now but still get a 404 error. Logs from scraperr and mongo look fine, traefik outputs port errors for other of my docker containers like this ""service "tvheadend-tvheadend" error: port is missing"" but don't think that could be causing this. |
Send your compose config |
|
You will need to set the hostname variable in the .env file to be localhost:8124, since that is what you are binding to access traefik. |
Unfortunately I did that but I still get a 404 HOSTNAME="localhost:8124" Also tried setting HOSTNAME_DEV to 8124 just for trying. Doesn't change anything (of course I'm recreating the container for every change I make but still no luck) |
If you are having such a hard time getting traefik to work in your setup, just bind the ports in the compose and skip that all together.
|
I tried adding that to the ports section of the compose file and recreating, still a 404. I don't know what I'm doing wrong. Could you please provide me with the docker compose file with the changes applied? maybe I need to edit some other thing in there? |
Go to localhost:9000, pulls up the App for me. |
Thanks, working now! |
Hi, I changed the port as you told me but I was still geting a 404 error, so I checked logs and saw this
WARNING: MongoDB 5.0+ requires a CPU with AVX support, and your current system does not appear to have that!
see https://jira.mongodb.org/browse/SERVER-54407
see also https://www.mongodb.com/community/forums/t/mongodb-5-0-cpu-intel-g4650-compatibility/116610/2
see also docker-library/mongo#485 (comment)
/usr/local/bin/docker-entrypoint.sh: line 416: 26 Illegal instruction "${mongodHackedArgs[@]}" --fork
So I'm guessing I just can't run this, am I right? or is there any way to make it work? my cpu is an intel n5105
The text was updated successfully, but these errors were encountered: