use mongo:3 in docker-compose-dev
This commit is contained in:
parent
211c18785a
commit
97bc16cf7b
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
version: '3'
|
||||
services:
|
||||
mongo:
|
||||
image: "mongo:latest"
|
||||
image: "mongo:3"
|
||||
volumes:
|
||||
- "./data:/data/db"
|
||||
ports:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue