Skip to content
This repository was archived by the owner on May 31, 2022. It is now read-only.

Commit 3861cb5

Browse files
author
Dave Syer
committed
Add docker-compose.yml for redis tests
1 parent 37f1420 commit 3861cb5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker-compose.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
redis:
2+
image: redis
3+
ports:
4+
- "6379:6379"

0 commit comments

Comments
 (0)