Skip to content

Commit

Permalink
Update docs/reference/compose.md
Browse files Browse the repository at this point in the history
Co-authored-by: Milas Bowman <devnull@milas.dev>
Signed-off-by: Joana H <joana.hrotko@gmail.com>
  • Loading branch information
jhrotko and milas committed May 7, 2024
1 parent 6f1a5f4 commit 37dcae5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/reference/compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ If flags are explicitly set on the command line, the associated environment vari
Setting the `COMPOSE_IGNORE_ORPHANS` environment variable to `true` stops docker compose from detecting orphaned
containers for the project.

Setting the `COMPOSE_MENU` environment variable to `false` disabled the helper menu when running `docker compose up`
in detached mode. Alternatively, you can also run `docker compose up --menu=false` to disable the helper menu.
Setting the `COMPOSE_MENU` environment variable to `false` disables the helper menu when running `docker compose up`
in attached mode. Alternatively, you can also run `docker compose up --menu=false` to disable the helper menu.

### Use Dry Run mode to test your command

Expand Down
4 changes: 2 additions & 2 deletions docs/reference/docker_compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ long: |-
Setting the `COMPOSE_IGNORE_ORPHANS` environment variable to `true` stops docker compose from detecting orphaned
containers for the project.
Setting the `COMPOSE_MENU` environment variable to `false` disabled the helper menu when running `docker compose up`
in detached mode. Alternatively, you can also run `docker compose up --menu=false` to disable the helper menu.
Setting the `COMPOSE_MENU` environment variable to `false` disables the helper menu when running `docker compose up`
in attached mode. Alternatively, you can also run `docker compose up --menu=false` to disable the helper menu.
### Use Dry Run mode to test your command
Expand Down

0 comments on commit 37dcae5

Please sign in to comment.