From 27781364b1c91ec6b0844db46c778f2f49461085 Mon Sep 17 00:00:00 2001 From: Charles Chan Date: Tue, 7 Apr 2020 20:32:10 -0700 Subject: [PATCH] Improve example for setting environment variables --- compose/production.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose/production.md b/compose/production.md index 31233765ea3f..5022a2a05cc6 100644 --- a/compose/production.md +++ b/compose/production.md @@ -20,8 +20,8 @@ production. These changes may include: - Removing any volume bindings for application code, so that code stays inside the container and can't be changed from outside - Binding to different ports on the host -- Setting environment variables differently, such as when you need to decrease the verbosity of - logging, or to enable email sending) +- Setting environment variables differently, such as reducing the verbosity of + logging, or to specify settings for external services such as an email server - Specifying a restart policy like `restart: always` to avoid downtime - Adding extra services such as a log aggregator