mirror of
https://github.com/docker/docs.git
synced 2026-04-04 18:28:58 +07:00
fix list formatting
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user