Skip to content
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

Raspberry pi and mongodb #2737

Open
gwenvador opened this issue Mar 31, 2024 · 1 comment
Open

Raspberry pi and mongodb #2737

gwenvador opened this issue Mar 31, 2024 · 1 comment

Comments

@gwenvador
Copy link

The mongoDB in docker-compose viewtube is not compatible with raspberry pi4 and older hardware. For people having this issue consider using this repository: https://github.com/isaric/mongodb-raspberrypi-docker and replace

viewtube-mongodb:
restart: unless-stopped
image: mongo:7

with

viewtube-mongodb:
restart: unless-stopped
image: ghcr.io/isaric/mongodb-raspberrypi-docker:7.0.3

@moisout
Copy link
Member

moisout commented Apr 1, 2024

I will add it to the docs, thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants