Skip to content

Commit

Permalink
Move sentences outside Note block
Browse files Browse the repository at this point in the history
  • Loading branch information
christianascone committed May 23, 2019
1 parent 8ceb406 commit d86b95c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d86b95c

Please sign in to comment.