awesome-docker-compose icon indicating copy to clipboard operation
awesome-docker-compose copied to clipboard

Correct port mapping for RedisInsight in Docker Compose

Open mhmdmrabet opened this issue 1 year ago • 0 comments

This Pull Request addresses an issue found in the docker-compose.yml where the port mapping for RedisInsight was incorrectly set to 8001 instead of 5540. The correction ensures that RedisInsight is accessible at the proper port, thus avoiding connection issues and improving the setup's usability.

Changes:

Updated the port mapping for RedisInsight from 8001 to 5540 in the docker-compose.yml file. This change is intended to align the configuration with the standard RedisInsight port settings recommended in the official documentation, enhancing compatibility and ease of use for new users setting up their environments.

mhmdmrabet avatar Apr 25 '24 12:04 mhmdmrabet