mirror of https://github.com/docker/docs.git
typo fixed
This commit is contained in:
parent
b72b9d3ba5
commit
b0ccda058e
|
@ -91,7 +91,7 @@ In this step, you create a Django started project by building the image from the
|
||||||
|
|
||||||
docker-compose run web django-admin.py startproject composeexample .
|
docker-compose run web django-admin.py startproject composeexample .
|
||||||
|
|
||||||
This instructs Compose to run `django-admin.py startproject composeeexample`
|
This instructs Compose to run `django-admin.py startproject composeexample`
|
||||||
in a container, using the `web` service's image and configuration. Because
|
in a container, using the `web` service's image and configuration. Because
|
||||||
the `web` image doesn't exist yet, Compose builds it from the current
|
the `web` image doesn't exist yet, Compose builds it from the current
|
||||||
directory, as specified by the `build: .` line in `docker-compose.yml`.
|
directory, as specified by the `build: .` line in `docker-compose.yml`.
|
||||||
|
|
Loading…
Reference in New Issue