Skip to content

Commit

Permalink
Fixing volume for unstable_cluster docker (#1914)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8499adc)
  • Loading branch information
dvora-h authored and gkorland committed Feb 8, 2022
1 parent 35f4f2f commit bbf7f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -53,7 +53,7 @@ ports =
6377:6377/tcp
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"
volumes =
bind:rw:{toxinidir}/docker/cluster/redis.conf:/redis.conf
bind:rw:{toxinidir}/docker/unstable_cluster/redis.conf:/redis.conf

[docker:sentinel_1]
name = sentinel_1
Expand Down

0 comments on commit bbf7f45

Please sign in to comment.