mirror of https://github.com/docker/docs.git
Fix after review
This commit is contained in:
parent
410d05cc4d
commit
bcaaad7c3c
|
@ -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
|
example, `composetest_db`. If the Compose file specifies an
|
||||||
[image](/compose/compose-file/index.md#image) name, the image is
|
[image](/compose/compose-file/index.md#image) name, the image is
|
||||||
tagged with that name, substituting any variables beforehand. See [variable
|
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
|
If you change a service's Dockerfile or the contents of its
|
||||||
build directory, run `docker-compose build` to rebuild it.
|
build directory, run `docker-compose build` to rebuild it.
|
||||||
|
|
Loading…
Reference in New Issue