docs/compose/compose-file
Andy Neff 3de6ebc21e Update docker-compose index.md (#3090)
There were a number of things wrong with the `restart` definition

1. The volumes note came after the restart section rather than before
2. The restart command used array notation rather than map. This is confusing to those unfamiliar with yaml and inconsistent with the rest of the documentation
3. Using `docker-compose` myself, saying `restart: no` does not work, but `restart: "no"` does. 

```
ERROR: The Compose file './docker-compose.override.yml' is invalid because:
services.letsencrypt.restart contains an invalid type, it should be a string
```
2017-04-28 22:07:50 +00:00
..
compose-file-v1.md Fix external links from compose file docs (#2401) 2017-03-21 11:55:35 -07:00
compose-file-v2.md Adding documentation for restart policy (#2912) 2017-04-19 17:05:02 -05:00
compose-versioning.md updates for Compose group_add example (#2684) 2017-04-07 12:45:19 -07:00
index.md Update docker-compose index.md (#3090) 2017-04-28 22:07:50 +00:00