mirror of https://github.com/docker/docs.git
Merge pull request #11021 from IMMORTALxJO/patch-1
Fixed typo in tmpfs example index.md
This commit is contained in:
commit
991da00bf7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue