diff --git a/README.markdown b/README.markdown index 1e58a16d279..557bd5e3a6d 100644 --- a/README.markdown +++ b/README.markdown @@ -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 ```