mirror of
https://github.com/jimeh/Dockerfiles.git
synced 2026-02-19 07:56:41 +00:00
Add mongo and rabbitmq compose files
This commit is contained in:
@@ -9,8 +9,7 @@ easier:
|
||||
|
||||
## Notes
|
||||
|
||||
- The `mysql` container stores it's data in a named volume instead of a directory
|
||||
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 for easy access to the MySQL data files.
|
||||
- The `elasticsearch`, `mysql`, `rabbitmq` containers store their data in a
|
||||
named volume instead of a directory mounted from the host. This is due to a
|
||||
[bug](https://forums.docker.com/t/posix-fallocate-issues/11370) in Docker for
|
||||
Mac.
|
||||
|
||||
Reference in New Issue
Block a user