Skip to content

Commit a1b0c54

Browse files
authored
Merge pull request #1792 from RedisInsight/e2e/bugfix/fix-for-ci-error
fix for error with start service oss-standalone-v5
2 parents 75f918f + 2356f06 commit a1b0c54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e/rte.docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ services:
5252
- 8101:6379
5353
networks:
5454
default:
55-
ipv4_address: 172.31.100.10
55+
ipv4_address: 172.31.100.111
5656
ssh:
57-
ipv4_address: 172.33.100.10
57+
ipv4_address: 172.33.100.111
5858
# oss standalone redisearch
5959
oss-standalone-redisearch:
6060
image: redislabs/redismod

0 commit comments

Comments
 (0)