From 1fae2821465ec6cf1679bce77154cf5b63bb5724 Mon Sep 17 00:00:00 2001 From: Wang Jie Date: Tue, 17 Oct 2017 07:59:31 +0800 Subject: [PATCH] Update build.md (#4986) --- compose/reference/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/reference/build.md b/compose/reference/build.md index fb53977f88..bb5395f611 100644 --- a/compose/reference/build.md +++ b/compose/reference/build.md @@ -20,7 +20,7 @@ Services are built once and then tagged, by default as `project_service`, e.g., `composetest_db`. If the Compose file specifies an [image](/compose/compose-file/index.md#image) name, the image will be tagged with that name, substituting any variables beforehand. See [variable -substitution](#variable-substitution) +substitution](#variable-substitution). If you change a service's Dockerfile or the contents of its build directory, run `docker-compose build` to rebuild it.