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 authored Jan 31, 2024
1 parent 8ce0001 commit 4b23f19
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 @@ -29,6 +29,6 @@ docker run -d --name redisinsight -p 5540:5540 redis/redisinsight:latest -v redi

If the previous command returns a permission error, ensure that the user with `ID = 1000` has the necessary permissions to access the volume provided (`redisinsight` in the command above).

Next, point your browser to `[http://localhost:5540](http://localhost:5540)`.
Next, point your browser to `http://localhost:5540`.

RedisInsight also provides a health check endpoint at `http://localhost:5540/api/health/` to monitor the health of the running container.

0 comments on commit 4b23f19

Please sign in to comment.