mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2025-12-18 20:16:05 +00:00
buildpath: tryfix mongo
This commit is contained in:
@@ -3,10 +3,10 @@ services:
|
|||||||
hostname: mongo
|
hostname: mongo
|
||||||
image: mongo:8.0.15
|
image: mongo:8.0.15
|
||||||
restart: always
|
restart: always
|
||||||
user: mongodb:mongodb
|
user: 2000:2000
|
||||||
volumes:
|
volumes:
|
||||||
- mongo_data:/data/db
|
- mongo_data:/data/db:Z
|
||||||
- mongo_data:/data/configdb
|
- mongo_data:/data/configdb:Z
|
||||||
env_file: .env
|
env_file: .env
|
||||||
|
|
||||||
patch_detector:
|
patch_detector:
|
||||||
|
|||||||
Reference in New Issue
Block a user