Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor copyedits #1148

Merged
merged 2 commits into from
Jan 18, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion compose/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ 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
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
If you use `docker-compose` on a Windows machine, see
[Environmentvariables](reference/envvars.md) and adjust the necessary environment
variables for you specific needs.


### Only recreate containers that have changed
Expand Down