Rework to provide directory instead of file
This commit is contained in:
parent
110c010408
commit
414e269587
4 changed files with 16 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue