Merge pull request #3105 from CodeShellDev/patch-1

bump mongo image version for arm arch to `.30`
This commit is contained in:
Alexander Holliday
2026-01-12 22:10:10 -08:00
committed by GitHub
+1 -1
View File
@@ -15,7 +15,7 @@ services:
depends_on:
- mongodb
mongodb:
image: mongo:4.4.18
image: mongo:4.4.30
restart: always
command: ["mongod", "--quiet", "--bind_ip_all"]
ports: