Skip to content

Commit 091bb22

Browse files
author
Jules Pietri
committed
Added a note about virtual machine for local build
1 parent 36b3ff4 commit 091bb22

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,6 @@ $ docker build . -t symfony-docs
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+
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

Comments
 (0)