From b557fae7d577ea967ba545109e13e4cb63457023 Mon Sep 17 00:00:00 2001 From: Kevin Kline Date: Thu, 22 Jul 2021 16:27:55 -0300 Subject: [PATCH] updated README for volumes error --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 8303fe14cb9..70dd7dc9ff9 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,15 @@ 1. Clone this repository 2. From the newly cloned repo directory, run `docker-compose up --build` + + > NOTE: If you get an error like this: + + >"Error response from daemon: invalid mount config for type "bind": bind source path does not exist: /tmp/rabbitmq/etc/" + + >You can fix it by adding the directory in the terminal: +``` + mkdir /tmp/rabbitmq/etc +``` 3. Run `docker-compose ps` to see containers runnning. 4. Install dependencies with `npm i` 5. Run migration with `npx sequelize-cli db:migrate`