Fix docker command (#190)

This commit is contained in:
phahulin 2019-08-21 13:02:45 +03:00 committed by Alexander Kolotov
parent b4ec04173c
commit f72ca7d38f

@ -88,7 +88,7 @@ In case some tx from your bridge validator account were done outside the bridge,
```
1. Connect to the redis container:
```
$ docker-container exec redis /bin/bash
$ docker-compose exec redis /bin/bash
```
you should get a shell prompt from inside the docker container, similar to this:
```