Skip to content

Commit

Permalink
store ccache volume in the source directory; volume incorrectly mapped
Browse files Browse the repository at this point in the history
  • Loading branch information
robbyoconnor committed Jul 15, 2017
1 parent 5e98c93 commit 99329da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ services:
aosp:
image: kylemanna/aosp:6.0-marshmallow
volumes:
- /tmp/ccache:/ccache
- ~/aosp/ccache:/tmp/ccache
- ~/aosp:/aosp
- ~/.gitconfig:/root/.gitconfig

0 comments on commit 99329da

Please sign in to comment.