Skip to content

Commit bbf7f45

Browse files
dvora-hgkorland
authored andcommitted
Fixing volume for unstable_cluster docker (#1914)
(cherry picked from commit 8499adc)
1 parent 35f4f2f commit bbf7f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ports =
5353
6377:6377/tcp
5454
healtcheck_cmd = python -c "import socket;print(True) if all([0 == socket.socket(socket.AF_INET, socket.SOCK_STREAM).connect_ex(('127.0.0.1',port)) for port in range(6372,6377)]) else False"
5555
volumes =
56-
bind:rw:{toxinidir}/docker/cluster/redis.conf:/redis.conf
56+
bind:rw:{toxinidir}/docker/unstable_cluster/redis.conf:/redis.conf
5757

5858
[docker:sentinel_1]
5959
name = sentinel_1

0 commit comments

Comments
 (0)