Files
docker-docs/content/compose/environment-variables/_index.md
Allie Sadler ce8823deae Engdocs 1814 (#18670)
* ENGDOCS-1814

* ENGDOCS-1814

* tidy up

* style guide edits

* review comments
2023-12-06 14:19:51 +00:00

1.1 KiB

title, description, keywords
title description keywords
Overview Explainer on the ways to set, use and manage environment variables in Compose compose, orchestration, environment, env file

{{< include "compose-eol.md" >}}

Use environment variables to pass configuration information to containers at runtime.

Environment variables are key-value pairs that contain data that can be used by processes running inside a Docker container. They are often used to configure application settings and other parameters that may vary between different environments, such as development, testing, and production.

Tip

Before using environment variables, read through all of the information first to get a full picture of environment variables in Docker Compose. { .tip }

This section covers: