docker-redis-cluster icon indicating copy to clipboard operation
docker-redis-cluster copied to clipboard

Dockerfile for Redis Cluster (redis 3.0+)

Results 22 docker-redis-cluster issues
Sort by recently updated
recently updated
newest added

### Environment * docker-redis-cluster version: 7.2.5 * docker compose : v2.26.1-desktop.1 Service declaration in docker compose file ``` RedisCluster: restart: always image: grokzen/redis-cluster:7.2.5 ports: - "30001:30001" - "30002:30002" - "30003:30003"...

``` docker buildx build --platform="linux/arm64,linux/amd64" --build-arg="redis_version=7.2.4" --tag="grokzen/redis-cluster:7.2.4" --push . ``` I just did this and pushed to my company repo. Works great!