docs: add COMPOSE_FILE env variable to user-guide.md

Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com>
This commit is contained in:
AhmedGrati
2023-11-05 15:31:39 +01:00
parent a91b57ef2e
commit 867adcf83a
2 changed files with 8 additions and 2 deletions
+5
View File
@@ -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