From a80b375e89812f53e6d6b67ef55d2f2ec8edc003 Mon Sep 17 00:00:00 2001 From: Kilian Date: Fri, 25 Apr 2025 13:04:28 +0200 Subject: [PATCH] Update README.md --- deployments/docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/docker/README.md b/deployments/docker/README.md index aa5c987..e9d3825 100644 --- a/deployments/docker/README.md +++ b/deployments/docker/README.md @@ -41,7 +41,7 @@ You attach a volume to your container by leveraging the `-v` option. To mount yo ### Override with environment variables -Next to attaching the configuration file, it is also possible to override the configuration with environment variables. This makes deployments easier when leveraging `docker compose` or `kubernetes` deployments much easier and scalable. Using this approach we simplify automation through `ansible` and `terraform`. You'll find [the full list of environment variables on the main README.md file](https://github.com/kerberos-io/agent#override-with-environment-variables). +Next to attaching the configuration file, it is also possible to override the configuration with environment variables. This makes deployments when leveraging `docker compose` or `kubernetes` much easier and more scalable. Using this approach we simplify automation through `ansible` and `terraform`. You'll find [the full list of environment variables on the main README.md file](https://github.com/kerberos-io/agent#override-with-environment-variables). ### 2. Running multiple containers with Docker compose