Skip to content

Commit abb6583

Browse files
committed
Merge branch '3.4' into 4.2
* 3.4: Minor tweak Added a note about virtual machine for local build
2 parents 67edea6 + 984c9bb commit abb6583

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.markdown

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ 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:8080
32+
# ...and start the local web server
3333
# (if it's already in use, change the '8080' port by any other port)
3434
$ docker run --rm -p 8080:80 symfony-docs
3535
```
36+
37+
You can now read the docs at http://127.0.0.1:8080 (if you use a virtual
38+
machine, browse its IP instead of localhost; e.g. `http://192.168.99.100:8080`).

0 commit comments

Comments
 (0)