From eec7dacc1edab147a39165b1de37a043eb798392 Mon Sep 17 00:00:00 2001 From: Kaito Udagawa Date: Fri, 7 May 2021 02:01:19 +0900 Subject: [PATCH] Fix typo avanced to advanced --- docs/Docker-Compose.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Docker-Compose.md b/docs/Docker-Compose.md index 9696f7b..b88236c 100644 --- a/docs/Docker-Compose.md +++ b/docs/Docker-Compose.md @@ -4,7 +4,7 @@ As stated by its repository, [Docker Compose](https://github.com/docker/compose) ### Before your start -Be sure to be familiar with both the [basic](./Basic-usage.md) and [avanced](./Advanced-usage.md) non compose setups, and Docker Compose usage. +Be sure to be familiar with both the [basic](./Basic-usage.md) and [advanced](./Advanced-usage.md) non compose setups, and Docker Compose usage. Please read [getting container IDs](./Getting-containers-IDs.md) and be aware that the `--volumes-from method` is **only** available on compose file version 2.