buildpath: downgrade mongo

This commit is contained in:
2025-12-29 15:28:01 +01:00
parent bc3ae42531
commit 9890a97cff

View File

@@ -1,12 +1,11 @@
services:
mongo:
hostname: mongo
image: mongo:8.2.3
image: mongo:7.0.12
restart: always
user: 2000:2000
volumes:
- mongo_data:/data/db:Z
- mongo_data:/data/configdb:Z
- mongo_data:/data/db
- mongo_data:/data/configdb
env_file: .env
patch_detector: