Use Volume Cached Flag for Application Path Volume
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/
This commit is contained in:
parent
8d0bd8505c
commit
00e43655bd
@ -6,4 +6,4 @@ services:
|
||||
|
||||
applications:
|
||||
volumes:
|
||||
- ${APPLICATION}:/var/www
|
||||
- ${APPLICATION}:/var/www:cached
|
||||
|
Loading…
Reference in New Issue
Block a user