8000 minor #11115 Added a note about virtual machine for local build (Jule… · symfony/symfony-docs@f2aea06 · GitHub
[go: up one dir, main page]

Skip to content

Commit f2aea06

Browse files
committed
minor #11115 Added a note about virtual machine for local build (Jules Pietri)
This PR was merged into the 3.4 branch. Discussion ---------- Added a note about virtual machine for local build <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 091bb22 Added a note about virtual machine for local build
2 parents fee6f16 + 091bb22 commit f2aea06

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)
0