Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Removed sensitive directories from being mounted
Browse files Browse the repository at this point in the history
This was reported on the issue #10
  • Loading branch information
sebas5384 committed May 21, 2018
1 parent 580208a commit 93100e3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 93100e3

Please sign in to comment.