Commit c84c92d7 authored by Mahmoud Zalt's avatar Mahmoud Zalt

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.
parent d88f5572
......@@ -17,6 +17,8 @@ php-nginx:
- redis
- beanstalkd
privileged: true
# extra_hosts:
# - "laravel.dev:xxx.xxx.xxx.xxx"
# MySQL Container #----------------------------------------
mysql:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment