Skip to content

Commit

Permalink
Update install-on-docker.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktarStarastsenka committed Jan 29, 2024
1 parent 8391ec8 commit bad1fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install/install-redisinsight/install-on-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You can 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 bad1fb7

Please sign in to comment.