timetable-extension #1
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