Add the missing backtick

This commit is contained in:
Yang Luo 2018-06-23 22:11:30 +08:00 committed by Joao Fernandes
parent f26babcc29
commit e74fd60201
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ the following:
redis:
image: "redis:alpine"
This Compose file defines two services, `web` and `redis`. The web service:
This Compose file defines two services, `web` and `redis`. The `web` service:
* Uses an image that's built from the `Dockerfile` in the current directory.
* Forwards the exposed port 5000 on the container to port 5000 on the host