Update readme

This commit is contained in:
2016-06-05 00:31:45 +01:00
parent 39d247dd84
commit 6923ac4d2a

View File

@@ -9,8 +9,8 @@ easier:
## Notes
- The `mysql` compose file uses a named volume, instead of mounting a directory
on the host. This is due to a
- The `mysql` container stores it's data in a named volume instead in a directed
mounted from the host. This is due to a
[bug](https://forums.docker.com/t/posix-fallocate-issues/11370) in the OS X
Beta version of Docker. Once the bug is resolved, I'll be mounting a host
directory instead.
directory instead for easy access to the MySQL data files.