From 27d22a2e8df3f7a9519efebaaba9c044c1fc65a4 Mon Sep 17 00:00:00 2001 From: Tammy Fox Date: Mon, 6 Aug 2018 16:07:11 -0400 Subject: [PATCH] fix list formatting --- compose/environment-variables.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/compose/environment-variables.md b/compose/environment-variables.md index 3c67627b0a..42680cce17 100644 --- a/compose/environment-variables.md +++ b/compose/environment-variables.md @@ -129,11 +129,11 @@ services: When you set the same environment variable in multiple files, here's the priority used by Compose to choose which value to use: -1. Compose file, -2. Shell environment variables, -3. Environment file, -4. Dockerfile, -5. Variable is not defined. +1. Compose file +2. Shell environment variables +3. Environment file +4. Dockerfile +5. Variable is not defined In the example below, we set the same environment variable on an Environment file, and the Compose file: