From 93100e39ab77dd80cc6d2bb6ea252ef4683cd961 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 21 May 2018 15:38:51 -0300 Subject: [PATCH] Removed sensitive directories from being mounted This was reported on the issue #10 --- docker-compose.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 8c4b0b5..a22810f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -30,11 +30,7 @@ services: links: - database:database-host volumes: - # 1 - Use ssh config from host. - # 2 - Use git config from host. - # 3 - Place app files. - - $HOME/.ssh:/drupal/.ssh - - $HOME/.gitconfig:/drupal/.gitconfig + # Place app files. - $PWD:/drupal/app database: