Skip to content

Commit 9cb7624

Browse files
vlaucianibestlong
authored andcommitted
bugfix: add 'networks' to 'docker-in-docker' (laradock#1660)
I do not know why but the pull request laradock#1655 has lost the 'networks' code. I'll try to insert it Insert again ;-)
1 parent cd1c56c commit 9cb7624

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -726,6 +726,8 @@ services:
726726
- ${APP_CODE_PATH_HOST}:${APP_CODE_PATH_CONTAINER}
727727
expose:
728728
- 2375
729+
networks:
730+
- backend
729731

730732
### NetData ################################################
731733
netdata:

0 commit comments

Comments
 (0)