From 99329daa313fb4b81c30fe7a9cf81f31cf133189 Mon Sep 17 00:00:00 2001 From: Robert O'Connor Date: Sat, 15 Jul 2017 19:33:31 -0400 Subject: [PATCH] store ccache volume in the source directory; volume incorrectly mapped --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 51bbc3c..d7bef62 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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