mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2026-01-11 12:37:22 +00:00
buildpath: downgrade mongo
This commit is contained in:
@@ -1,12 +1,11 @@
|
|||||||
services:
|
services:
|
||||||
mongo:
|
mongo:
|
||||||
hostname: mongo
|
hostname: mongo
|
||||||
image: mongo:8.2.3
|
image: mongo:7.0.12
|
||||||
restart: always
|
restart: always
|
||||||
user: 2000:2000
|
|
||||||
volumes:
|
volumes:
|
||||||
- mongo_data:/data/db:Z
|
- mongo_data:/data/db
|
||||||
- mongo_data:/data/configdb:Z
|
- mongo_data:/data/configdb
|
||||||
env_file: .env
|
env_file: .env
|
||||||
|
|
||||||
patch_detector:
|
patch_detector:
|
||||||
|
|||||||
Reference in New Issue
Block a user