Skip to content

Commit fd332ac

Browse files
committed
fix: integration tests on a mac - port 7000 was taken
1 parent 660e121 commit fd332ac

File tree

5 files changed

+4563
-27
lines changed

5 files changed

+4563
-27
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
redis-cluster:
1818
image: grokzen/redis-cluster:latest
1919
ports:
20-
- 7000:7000
20+
- 7006:7000
2121
- 7001:7001
2222
- 7002:7002
2323
- 7003:7003

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ This is one step towards lifting the load off of the GraphQL API server regardin
274274
Please refer to https://github.com/Grokzen/docker-redis-cluster documentation to start a cluster
275275
```shell script
276276
$ docker run --rm -p 6379:6379 redis:alpine
277-
$ export REDIS_CLUSTER_IP=0.0.0.0; docker run -e "IP=0.0.0.0" --rm -p 7000:7000 -p 7001:7001 -p 7002:7002 -p 7003:7003 -p 7004:7004 -p 7005:7005 grokzen/redis-cluster
277+
$ export REDIS_CLUSTER_IP=0.0.0.0; docker run -e "IP=0.0.0.0" --rm -p 7006:7000 -p 7001:7001 -p 7002:7002 -p 7003:7003 -p 7004:7004 -p 7005:7005 grokzen/redis-cluster
278278
```
279279

280280
### Test

0 commit comments

Comments
 (0)