Skip to content

Commit

Permalink
updated readme with Docker file sharing
Browse files Browse the repository at this point in the history
  • Loading branch information
finnef committed Jun 27, 2019
1 parent 9ad91e4 commit e467ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The test output files can be found in various locations under the /files directo
Try and enable xdebug ('lando xdebug-on'), enable your debug listener in PHPStorm, setting a breakpoint in a test and running a test. You should now be able to debug your tests.

NB: Running Docker (for Mac) with a debugger on slows down php quite a bit. Use the tooling provided to quickly switch debugging on/off without restarting your containers: 'lando xdebug-on' and 'lando xdebug-off'.
NNB: Docker for Mac can be quite slow because of the slow file syncing. The default settings sync your user folder, including all data in ~/Library. To speed up Docker you should only sync folders you need: your project folders, and the composer/ssh/lando config dirs:
NNB: Docker for Mac can be quite slow because of the slow file syncing. The default settings sync your user folder, including all data in ~/Library. To speed up Docker you should only sync folders you need: your project folders, and the composer/ssh/lando config dirs:
![docker-file-sharing](README.images/docker-file-sharing.png)

### Running tests in PHPStorm: check your PHPStorm debug settings:
Expand Down

0 comments on commit e467ab9

Please sign in to comment.