Skip to content

Commit

Permalink
Fixing volume for unstable_cluster docker (redis#1914)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvora-h committed Feb 2, 2022
1 parent d2ab70a commit fc43430
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 fc43430

Please sign in to comment.