From bad1fb742d712c01e96a2e3e1fe67e87d009cb20 Mon Sep 17 00:00:00 2001 From: ViktarStarastsenka <99594890+ViktarStarastsenka@users.noreply.github.com> Date: Mon, 29 Jan 2024 18:49:55 +0100 Subject: [PATCH] Update install-on-docker.md --- docs/install/install-redisinsight/install-on-docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/install-redisinsight/install-on-docker.md b/docs/install/install-redisinsight/install-on-docker.md index 884a2b3b5..48ff1e2ab 100644 --- a/docs/install/install-redisinsight/install-on-docker.md +++ b/docs/install/install-redisinsight/install-on-docker.md @@ -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