From 091bb220556473b47d2516354e269840bb55c153 Mon Sep 17 00:00:00 2001 From: Jules Pietri Date: Fri, 8 Mar 2019 16:22:56 +0100 Subject: [PATCH] Added a note about virtual machine for local build --- README.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.markdown b/README.markdown index 218c3354128..531b104bf19 100644 --- a/README.markdown +++ b/README.markdown @@ -33,3 +33,6 @@ $ docker build . -t symfony-docs # (if it's already in use, change the '8080' port by any other port) $ docker run --rm -p 8080:80 symfony-docs ``` + +If you use a virtual machine use its ip instead of the localhost to access the +server (i.e `http://192.168.99.100:8080`).