We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bad1fb7 commit 8ce0001Copy full SHA for 8ce0001
docs/install/install-redisinsight/install-on-aws.md
@@ -74,7 +74,7 @@ Finally, install RedisInsight using one of the options described below.
74
```bash
75
docker run -d --name redisinsight -p 5540:5540 redis/redisinsight:latest
76
```
77
-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:
78
79
80
docker run -d --name redisinsight -p 5540:5540 redis/redisinsight:latest -v redisinsight:/data
0 commit comments