mirror of https://github.com/docker/docs.git
Update overview.md
Update overview.md to reference possible issues regarding windows to unix path convert issues
This commit is contained in:
parent
1ea868eca3
commit
e5e2b2d34a
|
|
@ -95,6 +95,8 @@ runs, if it finds any containers from previous runs, it copies the volumes from
|
||||||
the old container to the new container. This process ensures that any data
|
the old container to the new container. This process ensures that any data
|
||||||
you've created in volumes isn't lost.
|
you've created in volumes isn't lost.
|
||||||
|
|
||||||
|
If you use `docker-compose` on a Windows machine, See [Environment variables](reference/envvars.md) and adjust the nessecary environment variables for you specific needs
|
||||||
|
|
||||||
|
|
||||||
### Only recreate containers that have changed
|
### Only recreate containers that have changed
|
||||||
|
|
||||||
|
|
@ -177,4 +179,4 @@ individuals, we have a number of open channels for communication.
|
||||||
|
|
||||||
* To contribute code or documentation changes: please submit a [pull request on Github](https://github.com/docker/compose/pulls).
|
* To contribute code or documentation changes: please submit a [pull request on Github](https://github.com/docker/compose/pulls).
|
||||||
|
|
||||||
For more information and resources, please visit the [Getting Help project page](/opensource/get-help/).
|
For more information and resources, please visit the [Getting Help project page](/opensource/get-help/).
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue