mirror of
https://github.com/jimeh/Dockerfiles.git
synced 2026-02-19 07:56:41 +00:00
Update readme
This commit is contained in:
@@ -2,3 +2,11 @@
|
|||||||
|
|
||||||
Small collection of Docker and Docker Compose files I use to run stuff on my
|
Small collection of Docker and Docker Compose files I use to run stuff on my
|
||||||
personal laptop.
|
personal laptop.
|
||||||
|
|
||||||
|
## Notes
|
||||||
|
|
||||||
|
- The `mysql` compose file uses a named volume, instead of mounting a directory
|
||||||
|
on 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user