aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 057ffed7f..3bdd5ceb1 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -66,6 +66,10 @@ services:
- BUILD_OPTIONS
- WITH_DOCS
volumes:
- - .:C:\qbs
- - ~/.ccache:C:\.ccache
+ - type: bind
+ source: .
+ target: C:\qbs
+ - type: bind
+ source: ~/.ccache
+ target: C:\.ccache
network_mode: nat