From bb99e039049d806fbbe3c774361a37b34052a3d9 Mon Sep 17 00:00:00 2001 From: Sergii Boboshko Date: Thu, 26 Dec 2024 00:31:24 +0100 Subject: [PATCH] Fix formatting --- content/reference/compose-file/services.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/reference/compose-file/services.md b/content/reference/compose-file/services.md index f14a48f5a83..64867c483b0 100644 --- a/content/reference/compose-file/services.md +++ b/content/reference/compose-file/services.md @@ -184,7 +184,7 @@ an integer value using microseconds as unit or a [duration](extension.md#specify ```yml cpu_rt_runtime: '400ms' - cpu_rt_runtime: 95000` + cpu_rt_runtime: '95000' ``` ### cpu_rt_period @@ -194,7 +194,7 @@ an integer value using microseconds as unit or a [duration](extension.md#specify ```yml cpu_rt_period: '1400us' - cpu_rt_period: 11000` + cpu_rt_period: '11000' ``` ### cpus @@ -1171,7 +1171,7 @@ services: - ./additional.labels ``` -If a label is defined in both the `label_file` and the `labels` attribute, the value in [`labels](#labels) takes precedence. +If a label is defined in both the `label_file` and the `labels` attribute, the value in [labels](#labels) takes precedence. ### links @@ -1576,7 +1576,7 @@ For more information, see [Use lifecycle hooks](/manuals/compose/how-tos/lifecyc `pre_stop` defines a sequence of lifecycle hooks to run before the container is stopped. These hooks won't run if the container stops by itself or is terminated suddenly. -Configuration is equivalent to [`post_start](#post_start). +Configuration is equivalent to [post_start](#post_start). ### privileged @@ -1817,8 +1817,8 @@ tmpfs: - : ``` -- : The path inside the container where the tmpfs will be mounted. -- : Comma-separated list of options for the tmpfs mount. +- `path`: The path inside the container where the tmpfs will be mounted. +- `options`: Comma-separated list of options for the tmpfs mount. Available options: