8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2aea06 commit 984c9bbCopy full SHA for 984c9bb
README.markdown
@@ -29,10 +29,10 @@ You can build the doc locally with these commands:
29
# build the image...
30
$ docker build . -t symfony-docs
31
32
-# ...and serve it locally on http//:127.0.0.1:8080
+# ...and start the local web server
33
# (if it's already in use, change the '8080' port by any other port)
34
$ docker run --rm -p 8080:80 symfony-docs
35
```
36
37
-If you use a virtual machine use its ip instead of the localhost to access the
38
-server (i.e `http://192.168.99.100:8080`).
+You can now read the docs at http://127.0.0.1:8080 (if you use a virtual
+machine, browse its IP instead of localhost; e.g. `http://192.168.99.100:8080`).
0 commit comments