mirror of https://github.com/docker/docs.git
Update envvars.md (#1008)
* Update envvars.md Update envvars.md to reflect the supported values of COMPOSE_CONVERT_WINDOWS_PATHS * Update envvars.md
This commit is contained in:
parent
59034f94f0
commit
bb81ccb937
|
@ -82,7 +82,8 @@ Supported values are: `TLSv1`, `TLSv1_1`, `TLSv1_2`.
|
||||||
## COMPOSE\_CONVERT\_WINDOWS\_PATHS
|
## COMPOSE\_CONVERT\_WINDOWS\_PATHS
|
||||||
|
|
||||||
Enable path conversion from Windows-style to Unix-style in volume definitions.
|
Enable path conversion from Windows-style to Unix-style in volume definitions.
|
||||||
Users of Docker Machine and Docker Toolbox on Windows should always set this.
|
Users of Docker Machine and Docker Toolbox on Windows should always set this. Defaults to `0`
|
||||||
|
Supported values: `true` or `1` to enable, `false` or `0` to disable.
|
||||||
|
|
||||||
|
|
||||||
## Related Information
|
## Related Information
|
||||||
|
|
Loading…
Reference in New Issue