bugfix: add 'networks' to 'docker-in-docker' (#1660)

I do not know why but the pull request https://github.com/laradock/laradock/pull/1655 has lost the 'networks' code. I'll try to insert it Insert again ;-)
This commit is contained in:
vlauciani 2018-06-30 10:49:29 +02:00 committed by Shao Yu-Lung (Allen)
parent cd1c56c1e2
commit 9cb7624da7

View File

@ -726,6 +726,8 @@ services:
- ${APP_CODE_PATH_HOST}:${APP_CODE_PATH_CONTAINER}
expose:
- 2375
networks:
- backend
### NetData ################################################
netdata: