Merge pull request #6 from jrobinson041/typo-fix

Typo fix in docker compose tutorial
This commit is contained in:
Michael Irwin
2020-03-19 19:16:42 -04:00
committed by GitHub

View File

@@ -325,7 +325,7 @@ doesn't get much simpler than that!
## Recap ## Recap
In this section, we learned about Docker Compose and how it helps dramatically simply the defining and In this section, we learned about Docker Compose and how it helps dramatically simplify the defining and
sharing of multi-service applications. We created a Compose file by translating the commands we were sharing of multi-service applications. We created a Compose file by translating the commands we were
using into the appropriate compose format. using into the appropriate compose format.