buildpath: use specific mongo version

This commit is contained in:
2025-11-20 22:29:42 +01:00
parent 0876f0d77f
commit 14444bacb5

View File

@@ -1,7 +1,7 @@
services: services:
mongo: mongo:
hostname: mongo hostname: mongo
image: mongo:latest image: mongo:8.2.2
restart: always restart: always
volumes: volumes:
- mongo_data:/data/db - mongo_data:/data/db