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:
Nick van der Meij 2017-01-25 00:37:06 +01:00 committed by John Mulhausen
parent 59034f94f0
commit bb81ccb937
1 changed files with 2 additions and 1 deletions

View File

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