mirror of https://github.com/docker/docs.git
Add the missing backtick
This commit is contained in:
parent
f26babcc29
commit
e74fd60201
|
@ -119,7 +119,7 @@ the following:
|
||||||
redis:
|
redis:
|
||||||
image: "redis:alpine"
|
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.
|
* 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
|
* Forwards the exposed port 5000 on the container to port 5000 on the host
|
||||||
|
|
Loading…
Reference in New Issue