Fix typo in reference/compose_up

Signed-off-by: Dan Bámíkíyá <dudeawesome732@gmail.com>
This commit is contained in:
Dan Bámíkíyá 2022-02-11 14:38:04 +01:00 committed by danBamikiya
parent 598b59f8bf
commit 213d9166dc
1 changed files with 1 additions and 1 deletions

View File

@ -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.