Skip to content

Commit 3825628

Browse files
authored
Update content/manuals/compose/how-tos/lifecycle.md
1 parent a0909e5 commit 3825628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/manuals/compose/how-tos/lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords: cli, compose, lifecycle, hooks reference
1111
## Services lifecycle hooks
1212

1313
When Docker Compose runs a container, it uses two elements,
14-
[ENTRYPOINT and COMMAND](https://docs.docker.com/engine/containers/run/#default-command-and-options),
14+
[ENTRYPOINT and COMMAND](/manuals/engine/containers/run.md#default-command-and-options),
1515
to manage what happens when the container starts and stops.
1616

1717
However, it can sometimes be easier to handle these tasks separately with lifecycle hooks -

0 commit comments

Comments
 (0)