Merge pull request #11021 from IMMORTALxJO/patch-1

Fixed typo in tmpfs example index.md
This commit is contained in:
Usha Mandya 2020-07-07 16:26:10 +01:00 committed by GitHub
commit 991da00bf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -1898,10 +1898,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