Skip to content

Commit 336b825

Browse files
committed
Fix the typo in the corresponding Yaml file also
Signed-off-by: Dan Bámíkíyá <[email protected]>
1 parent 213d916 commit 336b825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/docker_compose_up.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ long: |-
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)