From bcaaad7c3ca8d130d3ba1b827d425d0ff2fd4b98 Mon Sep 17 00:00:00 2001 From: Alec Clews Date: Fri, 29 Jun 2018 17:08:58 +1000 Subject: [PATCH] Fix after review --- 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 61c5eaf83b..af41c55888 100644 --- a/compose/reference/build.md +++ b/compose/reference/build.md @@ -22,7 +22,7 @@ Services are built once and then tagged, by default as `project_service`. For example, `composetest_db`. If the Compose file specifies an [image](/compose/compose-file/index.md#image) name, the image is tagged with that name, substituting any variables beforehand. See [variable -substitution](compose/compose-file/#variable-substitution). +substitution](/compose/compose-file/#variable-substitution). If you change a service's Dockerfile or the contents of its build directory, run `docker-compose build` to rebuild it.