We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 213d916 commit 336b825Copy full SHA for 336b825
docs/reference/docker_compose_up.yaml
@@ -5,7 +5,7 @@ long: |-
5
6
Unless they are already running, this command also starts any linked services.
7
8
- 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).
9
When the command exits, all containers are stopped. Running `docker compose up --detach` starts the containers in the
10
background and leaves them running.
11
0 commit comments