Special cache handling for Docker Toolbox on Windows (#957)
resolves https://github.com/openmaptiles/openmaptiles/issues/807
This commit is contained in:
11
docker-compose-MINGW64.yml
Normal file
11
docker-compose-MINGW64.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
# This version must match the MAKE_DC_VERSION in docker-compose.yml
|
||||
version: "2.3"
|
||||
|
||||
volumes:
|
||||
cache:
|
||||
|
||||
services:
|
||||
|
||||
openmaptiles-tools:
|
||||
volumes:
|
||||
- cache:/cache
|
||||
Reference in New Issue
Block a user