This commit is contained in:
parent
cd0f5c7003
commit
7e55f2b635
10
test-db.compose.yaml
Normal file
10
test-db.compose.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
version: '3.8'
|
||||
services:
|
||||
mongodb:
|
||||
image: mongo:7
|
||||
ports:
|
||||
- '27017:27017'
|
||||
volumes:
|
||||
- dbdata:/data/db
|
||||
volumes:
|
||||
dbdata6:
|
Loading…
Reference in New Issue
Block a user