Skip to content

Commit

Permalink
Fix the typo in the corresponding Yaml file also
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 213d916 commit 336b825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/docker_compose_up.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ long: |-
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 336b825

Please sign in to comment.