mirror of https://github.com/docker/docs.git
Corrected Indentation in docker-compose.dev.yml
It didn't use the volumes as parameter, instead it defined a service called volumes and services don't have a parameter called mongodb. Corrected indentation in yml file
This commit is contained in:
parent
1decdd31a7
commit
93a91c7ff5
|
@ -46,7 +46,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- mongodb:/data/db
|
- mongodb:/data/db
|
||||||
- mongodb_config:/data/configdb
|
- mongodb_config:/data/configdb
|
||||||
volumes:
|
volumes:
|
||||||
mongodb:
|
mongodb:
|
||||||
mongodb_config:
|
mongodb_config:
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue