Skip to content

Commit 213d916

Browse files
committed
Fix typo in reference/compose_up
Signed-off-by: Dan Bámíkíyá <[email protected]>
1 parent 598b59f commit 213d916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/compose_up.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Builds, (re)creates, starts, and attaches to containers for a service.
55

66
Unless they are already running, this command also starts any linked services.
77

8-
The `docker compose up` command aggregates the output of each container (liked `docker compose logs --follow` does).
8+
The `docker compose up` command aggregates the output of each container (like `docker compose logs --follow` does).
99
When the command exits, all containers are stopped. Running `docker compose up --detach` starts the containers in the
1010
background and leaves them running.
1111

0 commit comments

Comments
 (0)