Skip to content

Commit

Permalink
Merge pull request #147 from christianascone/master
Browse files Browse the repository at this point in the history
Update README with details about redis and rabbit volume in docker
  • Loading branch information
akolotov committed May 23, 2019
2 parents 7863197 + d86b95c commit 24c4d6e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +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`


### NPM

- `redis-server` starts Redis. redis-cli ping will return a pong if Redis is running.
Expand Down

0 comments on commit 24c4d6e

Please sign in to comment.