fix list formatting

This commit is contained in:
Tammy Fox 2018-08-06 16:07:11 -04:00 committed by GitHub
parent 1b85085ca9
commit 27d22a2e8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -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: