diff --git a/compose/compose-file/index.md b/compose/compose-file/index.md index 7cb2a46625..799ad044d7 100644 --- a/compose/compose-file/index.md +++ b/compose/compose-file/index.md @@ -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