00e43655bd
Use cached flag to speed up file sync performance. References: https://docs.docker.com/docker-for-mac/osxfs-caching/#tuning-with-consistent-cached-and-delegated-configurations https://blog.docker.com/2017/05/user-guided-caching-in-docker-for-mac/
10 lines
162 B
YAML
10 lines
162 B
YAML
version: "2"
|
|
|
|
services:
|
|
|
|
### Applications Code Container #############################
|
|
|
|
applications:
|
|
volumes:
|
|
- ${APPLICATION}:/var/www:cached
|