Rework to provide directory instead of file

This commit is contained in:
Aloïs Micard 2024-11-14 17:34:56 +01:00
parent 110c010408
commit 414e269587
4 changed files with 16 additions and 5 deletions

View file

@ -2,6 +2,8 @@ services:
mongo:
image: mongo:latest
restart: always
ports:
- "27017:27017"
environment:
MONGO_INITDB_ROOT_USERNAME: root
MONGO_INITDB_ROOT_PASSWORD: example