Skip to content

Commit

Permalink
Fix typo in reference/compose_up
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Bámíkíyá <[email protected]>
  • Loading branch information
danBamikiya committed Feb 11, 2022
1 parent 598b59f commit 213d916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/compose_up.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Builds, (re)creates, starts, and attaches to containers for a service.

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

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

Expand Down

0 comments on commit 213d916

Please sign in to comment.