add detail on redis default port

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
This commit is contained in:
Victoria Bialas 2017-05-01 15:56:50 -07:00
parent 237157a055
commit 71b91bd468
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@ provided by Docker images.
if __name__ == "__main__":
app.run(host="0.0.0.0", debug=True)
In this example, `redis` is the hostname of the redis container on the application's network. We use the default port for Redis, `6379`.
3. Create another file called `requirements.txt` in your project directory and
paste this in: