mirror of https://github.com/docker/docs.git
Update 11-extension.md (#19378)
This commit is contained in:
parent
38808ec2fe
commit
ce93e52bb2
|
@ -10,7 +10,7 @@ Use the prefix `x-` as a top-level element to modularize configurations that you
|
|||
Compose ignores any fields that start with `x-`, this is the sole exception where Compose silently ignores unrecognized fields.
|
||||
|
||||
They also can be used within any structure in a Compose file where user-defined keys are not expected.
|
||||
Compose use those to enable experimental features, the same way browsers add support for [custom CSS features](https://www.w3.org/TR/2011/REC-CSS2-20110607/syndata.html#vendor-keywords)
|
||||
Compose uses those to enable experimental features, the same way browsers add support for [custom CSS features](https://www.w3.org/TR/2011/REC-CSS2-20110607/syndata.html#vendor-keywords)
|
||||
|
||||
## Example 1
|
||||
|
||||
|
@ -148,4 +148,4 @@ Values can combine multiple values without separator.
|
|||
40s
|
||||
1m30s
|
||||
1h5m30s20ms
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue