diff --git a/README.md b/README.md index e2ad1b5..e8b106b 100644 --- a/README.md +++ b/README.md @@ -141,14 +141,13 @@ There are two options to run the TokenBridge processes: All [watcher](#watcher) & [sender](#sender) services launch when `docker-compose` is called. +Redis and RabbitMQ data are placed in `~/bridge_data` directory. +In case you need to reset your bridge or setup a new one (with different configuration) you must delete this directory to prevent old data from being read. + **Note**: To view the Docker logs: * `chdir` to the directory containing the `docker-compose.yml` file used to run the bridge instance * [View the logs](https://docs.docker.com/v17.09/compose/reference/logs/) : `docker-compose logs` -**Note 2**: -Redis and RabbitMQ data are placed in `~/bridge_data` directory. -In case you need to reset your bridge or setup a new one (with different configuration) you must delete this directory to prevent old data from being read. - ### NPM - `redis-server` starts Redis. redis-cli ping will return a pong if Redis is running.