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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

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