docs/compose/compose-file
Ross Patterson e0b3941eab
fix(yaml): Avoid bool type error
Docs contained an invalid example:

```
ERROR: The Compose file './docker-compose.yml' is invalid because:                                                                                                                   
services.*.restart contains an invalid type, it should be a string 
```

Use quotes to avoid YAML's implicit type conversion.  Someone may also want to do an audit of [other type conversions that might cause problems](https://www.rpatterson.net/blog/docker-gotchas/#yaml-needs-some-zen).
2021-08-18 12:46:23 -07:00
..
compose-file-v2.md fix(yaml): Avoid bool type error 2021-08-18 12:46:23 -07:00
compose-file-v3.md Add missing code-hints, and minor markdown edits 2021-08-16 12:59:23 +02:00
compose-versioning.md Fix comment from Chris and update a note format 2021-03-16 13:41:11 +00:00
index.md Minor grammar fix ("an unified" -> "a unified") 2021-06-04 12:35:51 +01:00