mirror of https://github.com/docker/docs.git
Minor style update
This commit is contained in:
parent
7c8c667165
commit
97763f7a4a
|
@ -19,7 +19,7 @@ the `image` option is `postgres:`.
|
||||||
|
|
||||||
You can set default values for environment variables using a
|
You can set default values for environment variables using a
|
||||||
[`.env` file](/compose/env-file/), which Compose automatically looks for in
|
[`.env` file](/compose/env-file/), which Compose automatically looks for in
|
||||||
project directory (parent folder of your compose file).
|
project directory (parent folder of your Compose file).
|
||||||
Values set in the shell environment override those set in the `.env` file.
|
Values set in the shell environment override those set in the `.env` file.
|
||||||
|
|
||||||
> Note when using docker stack deploy
|
> Note when using docker stack deploy
|
||||||
|
|
Loading…
Reference in New Issue