Skip to content

Commit 8ce0001

Browse files
Update install-on-aws.md
1 parent bad1fb7 commit 8ce0001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install/install-redisinsight/install-on-aws.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Finally, install RedisInsight using one of the options described below.
7474
```bash
7575
docker run -d --name redisinsight -p 5540:5540 redis/redisinsight:latest
7676
```
77-
2. If you want to persist your RedisInsight data, attach the Docker volume to the `/data` path.
77+
2. If you want to persist your RedisInsight data, first attach the Docker volume to the `/data` path and then run the following command:
7878

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

0 commit comments

Comments
 (0)