rename data volume
This commit is contained in:
parent
c64fe9a310
commit
9ca744d8b6
1 changed files with 6 additions and 2 deletions
|
@ -8,3 +8,7 @@ services:
|
|||
- mongo
|
||||
mongo:
|
||||
image: "mongo:latest"
|
||||
volumes:
|
||||
- data:/data/db
|
||||
volumes:
|
||||
data:
|
||||
|
|
Loading…
Reference in a new issue