From 0caea8ca5fdc3a24c8df6a181af585246de4b2af Mon Sep 17 00:00:00 2001 From: Tzahi12345 Date: Sat, 29 Apr 2023 15:26:02 -0400 Subject: [PATCH] Updated Raspberry Pi 4 (markdown) --- Raspberry-Pi-4.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Raspberry-Pi-4.md b/Raspberry-Pi-4.md index f55fbd1..a151cdb 100644 --- a/Raspberry-Pi-4.md +++ b/Raspberry-Pi-4.md @@ -17,10 +17,10 @@ ytdlt-db-1 exited with code 132 MongoDB's latest Docker image does not support Raspberry Pi 4. -The workaround is to set the MongoDB version in the docker-compose to `4.4.6` like so: +The workaround is to set the MongoDB version in the docker-compose to `4.4.18` like so: ``` -image: mongo:4.4.6 +image: mongo:4.4.18 ``` So your full docker-compose.yml may look like this: @@ -45,7 +45,7 @@ services: - "8998:17442" image: tzahi12345/youtubedl-material:latest ytdl-mongo-db: - image: mongo:4.4.6 + image: mongo:4.4.18 ports: - "27017:27017" logging: