Revert networking-related changes to getting started guides

Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
Aanand Prasad 2015-10-16 11:58:27 +05:30 committed by Daniel Nephin
commit 46de4411a7
3 changed files with 10 additions and 3 deletions

View file

@ -46,6 +46,8 @@ and a separate MySQL instance:
command: php -S 0.0.0.0:8000 -t /code
ports:
- "8000:8000"
links:
- db
volumes:
- .:/code
db: