Skip to content

Commit f277bdf

Browse files
committed
Updated the command to run the Docker image
1 parent 79759c3 commit f277bdf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.markdown

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ You can build the doc locally with these commands:
2929
# build the image...
3030
$ docker build . -t symfony-docs
3131

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

0 commit comments

Comments
 (0)