Update gettingstarted.md (#4985)

This commit is contained in:
Wang Jie 2017-10-17 07:58:58 +08:00 committed by Misty Stanley-Jones
parent 317ebe11e1
commit ca4b8b90e6
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ Hub registry.
redis_1 | 1:M 17 Aug 22:11:10.483 * Ready to accept connections
```
Compose pulls a Redis image, builds an image for your code, and start the
Compose pulls a Redis image, builds an image for your code, and starts the
services you defined. In this case, the code is statically copied into the image at build time.
2. Enter `http://0.0.0.0:5000/` in a browser to see the application running.