add extra_hosts to docker-compose.yml

add a commented out `extra_hosts` to be uncommented incase of the usage
of `docker-machine` for mapping the `laravel.dev` url to the VM IP
inside the VM container.
This commit is contained in:
Mahmoud Zalt 2015-09-28 18:29:41 +03:00
parent d88f557240
commit c84c92d752
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ php-nginx:
- redis
- beanstalkd
privileged: true
# extra_hosts:
# - "laravel.dev:xxx.xxx.xxx.xxx"
# MySQL Container #----------------------------------------
mysql: