Fixed typo in tmpfs example index.md

tmpfs example has incorrect yaml syntax
This commit is contained in:
Aleksandr Prusov
2020-06-22 10:37:54 +03:00
committed by GitHub
parent 9193473df5
commit 1b25464e65

View File

@@ -1897,10 +1897,10 @@ Mount a temporary file system inside the container. Size parameter specifies the
of the tmpfs mount in bytes. Unlimited by default.
```yaml
- type: tmpfs
target: /app
tmpfs:
size: 1000
- type: tmpfs
target: /app
tmpfs:
size: 1000
```
### ulimits