Skip to content

Commit

Permalink
docs: add COMPOSE_FILE env variable to user-guide.md
Browse files Browse the repository at this point in the history
Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com>
  • Loading branch information
TessaIO committed Nov 5, 2023
1 parent a91b57e commit d0107a9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ redis-master-deployment.yaml

When multiple docker-compose files are provided the configuration is merged. Any configuration that is common will be over ridden by subsequent file.

You can provide your docker-compose files via environment variables as following:
```sh
$ COMPOSE_FILE="docker-compose.yaml alternative-docker-compose.yaml" kompose convert
```

### OpenShift

```sh
Expand Down

0 comments on commit d0107a9

Please sign in to comment.