Skip to content

Commit

Permalink
update readme to add flag
Browse files Browse the repository at this point in the history
  • Loading branch information
francoiscampbell committed Mar 3, 2023
1 parent 9d628eb commit f7909e6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ These labels can make it easier to query containers on hosts using `docker ps` f
docker ps --filter "label=com.buildkite.job_label=Run tests"
```

This behaviour can be disabled with the `run-labels: false` option.

## Build Arguments

You can use the [build args key in docker-compose.yml](https://docs.docker.com/compose/compose-file/#args) to set specific build arguments when building an image.
Expand Down Expand Up @@ -636,6 +638,12 @@ If set to true, docker compose will remove the primary container after run. Equi

The default is `true`.

### `run-labels` (optional, run only)

If set to true, adds useful Docker labels to the primary container. See [Container Labels](#container-labels) for more info.

The default is `true`.

### `compatibility` (optional, run only)

If set to true, all docker compose commands will rum with compatibility mode. Equivalent to `--compatibility` in docker-compose.
Expand Down

0 comments on commit f7909e6

Please sign in to comment.