Skip to content

Commit

Permalink
Updated the command to run the Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Oct 15, 2018
1 parent 79759c3 commit f277bdf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.markdown
Expand Up @@ -29,6 +29,7 @@ You can build the doc locally with these commands:
# build the image...
$ docker build . -t symfony-docs

# ...and serve it locally on http//:127.0.0.1
$ docker run --rm -p80:80 symfony-docs
# ...and serve it locally on http//:127.0.0.1:8080
# (if it's already in use, change the '8080' port by any other port)
$ docker run --rm -p 8080:80 symfony-docs
```

0 comments on commit f277bdf

Please sign in to comment.