mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
Fixed typo in tmpfs example index.md
tmpfs example has incorrect yaml syntax
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user