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 36b3ff4 commit 091bb22Copy full SHA for 091bb22
README.markdown
@@ -33,3 +33,6 @@ $ docker build . -t symfony-docs
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`).
0 commit comments