mirror of https://github.com/docker/docs.git
fix list formatting
This commit is contained in:
parent
1b85085ca9
commit
27d22a2e8d
|
@ -129,11 +129,11 @@ services:
|
||||||
When you set the same environment variable in multiple files, here's the
|
When you set the same environment variable in multiple files, here's the
|
||||||
priority used by Compose to choose which value to use:
|
priority used by Compose to choose which value to use:
|
||||||
|
|
||||||
1. Compose file,
|
1. Compose file
|
||||||
2. Shell environment variables,
|
2. Shell environment variables
|
||||||
3. Environment file,
|
3. Environment file
|
||||||
4. Dockerfile,
|
4. Dockerfile
|
||||||
5. Variable is not defined.
|
5. Variable is not defined
|
||||||
|
|
||||||
In the example below, we set the same environment variable on an Environment
|
In the example below, we set the same environment variable on an Environment
|
||||||
file, and the Compose file:
|
file, and the Compose file:
|
||||||
|
|
Loading…
Reference in New Issue