Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Resized screenshot and did some reformatting
  • Loading branch information
jadesingh authored Oct 26, 2021
1 parent cbde202 commit d59457b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,11 @@ You'll also need to have the RedisTimeSeries module installed, which you can get
- Check your Docker Compose version using ```docker-compose --version```. In order for our compose file to work, you need to have at least v1.27.0.
- Start up the Docker daemon.
- Run ```docker-compose up -d``` in the project directory. This command will give you Redis on localhost port 6379 with no password required, with the required RedisTimeSeries module installed. The container will persist Redis data to the ```redisdata``` folder.
- You should see the following once the command has successfully run:
![Preview](docker-compose.png)

You should see the following once the command has successfully run:

<img src=docker-compose.png width="450" height="200">

You'll also see the ```ru102js``` container running if you open up the Docker app.

If you get an error that says something like ```Version in "./docker-compose.yml" is unsupported```, you probably need to update your docker compose version to 1.27.0 or higher.
Expand Down

0 comments on commit d59457b

Please sign in to comment.