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'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
mongo:
|
mongo:
|
||||||
image: "mongo:latest"
|
image: "mongo:3"
|
||||||
volumes:
|
volumes:
|
||||||
- "./data:/data/db"
|
- "./data:/data/db"
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue