mirror of https://github.com/docker/docs.git
commit
413ec52d41
|
|
@ -88,9 +88,8 @@ and a `docker-compose.yml` file. (You can use either a `.yml` or `.yaml` extensi
|
||||||
> Note:
|
> Note:
|
||||||
>
|
>
|
||||||
> This uses the build in development server to run your application
|
> This uses the build in development server to run your application
|
||||||
> on port 8000. Do **not** use this in a production environment. For more
|
> on port 8000. Do not use this in a production environment. For more
|
||||||
> information, see [Django documentation]
|
> information, see [Django documentation](https://docs.djangoproject.com/en/3.1/intro/tutorial01/#the-development-server){: target="_blank" class="_”}.
|
||||||
> (https://docs.djangoproject.com/en/3.1/intro/tutorial01/#the-development-server).
|
|
||||||
|
|
||||||
10. Save and close the `docker-compose.yml` file.
|
10. Save and close the `docker-compose.yml` file.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue