From 9cb7624da7ce35e2e10f2f2c48a22ea4ad03439f Mon Sep 17 00:00:00 2001 From: vlauciani Date: Sat, 30 Jun 2018 10:49:29 +0200 Subject: [PATCH] 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 ;-) --- docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 40b1413f..9a74e974 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -726,6 +726,8 @@ services: - ${APP_CODE_PATH_HOST}:${APP_CODE_PATH_CONTAINER} expose: - 2375 + networks: + - backend ### NetData ################################################ netdata: