Skip to content

Commit

Permalink
Fix tox redis image
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Jan 8, 2023
1 parent b1af38b commit 42087d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ deps =
poetry

[docker:redis]
image = redis:6.2.8
image = redis/redis-stack:7.0.6-RC3
ports =
6379:6379/tcp
healtcheck_cmd = python -c "import socket;print(True) if 0 == socket.socket(socket.AF_INET, socket.SOCK_STREAM).connect_ex(('127.0.0.1',6379)) else False"

0 comments on commit 42087d7

Please sign in to comment.