Skip to content

Commit f7784e4

Browse files
committed
DEVOPS: Updated readme with information about NFS
1 parent f5cf880 commit f7784e4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,17 @@ docker preferences in the via the dock icon.
2020
* Disk (Ensure the file has type `raw`)
2121
* Advanced (CPU's, Memory)
2222

23+
From version 2.x this tool supports the usage of NFS mounted name-volumes, which
24+
gives faster file synchronisation during composer install and cache clear etc.
25+
26+
It comes with a command `nfs:enable` that exports the users (yours) home directory
27+
through NFS to localhost, so docker can map directories into the containers. It also
28+
requires some changes to the docker-compose.yml files which have been updated
29+
to support NFS.
30+
31+
If your project don't want to use NFS mounts you simply can remove the `nfsapp`
32+
volume and change the mappings back to `./` in the docker-compose.yml files.
33+
2334
## Usage
2435

2536
### Requirement for all commands to work

0 commit comments

Comments
 (0)