Skip to content

Commit

Permalink
Update install-on-aws.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktarStarastsenka committed Jan 29, 2024
1 parent bad1fb7 commit 8ce0001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install/install-redisinsight/install-on-aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Finally, install RedisInsight using one of the options described below.
```bash
docker run -d --name redisinsight -p 5540:5540 redis/redisinsight:latest
```
2. If you want to persist your RedisInsight data, attach the Docker volume to the `/data` path.
2. If you want to persist your RedisInsight data, first attach the Docker volume to the `/data` path and then run the following command:

```bash
docker run -d --name redisinsight -p 5540:5540 redis/redisinsight:latest -v redisinsight:/data
Expand Down

0 comments on commit 8ce0001

Please sign in to comment.