Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/reference/compose-file/services.md
Original file line number Diff line number Diff line change
Expand Up @@ -1505,7 +1505,7 @@
mode: host
```

## post_start
### post_start

Check warning on line 1508 in content/reference/compose-file/services.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Docker.HeadingSentenceCase] Use sentence case for headings: 'post_start'. Raw Output: {"message": "[Docker.HeadingSentenceCase] Use sentence case for headings: 'post_start'.", "location": {"path": "content/reference/compose-file/services.md", "range": {"start": {"line": 1508, "column": 5}}}, "severity": "WARNING"}

Check failure on line 1508 in content/reference/compose-file/services.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'post_start'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'post_start'?", "location": {"path": "content/reference/compose-file/services.md", "range": {"start": {"line": 1508, "column": 5}}}, "severity": "ERROR"}

{{< introduced compose 2.30.0 "../../manuals/compose/releases/release-notes.md#2300" >}}

Expand All @@ -1530,7 +1530,7 @@

For more information, see [Use lifecycle hooks](/manuals/compose/how-tos/lifecycle.md).

## pre_stop
### pre_stop

Check warning on line 1533 in content/reference/compose-file/services.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Docker.HeadingSentenceCase] Use sentence case for headings: 'pre_stop'. Raw Output: {"message": "[Docker.HeadingSentenceCase] Use sentence case for headings: 'pre_stop'.", "location": {"path": "content/reference/compose-file/services.md", "range": {"start": {"line": 1533, "column": 5}}}, "severity": "WARNING"}

Check failure on line 1533 in content/reference/compose-file/services.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'pre_stop'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'pre_stop'?", "location": {"path": "content/reference/compose-file/services.md", "range": {"start": {"line": 1533, "column": 5}}}, "severity": "ERROR"}

{{< introduced compose 2.30.0 "../../manuals/compose/releases/release-notes.md#2300" >}}

Expand Down