Skip to content

Commit 597a8d1

Browse files
committedJun 4, 2020
chore: add docker-compose.yml file
For local tests.
1 parent 2500964 commit 597a8d1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎docker-compose.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: '2.0'
2+
services:
3+
redis:
4+
image: redis:5
5+
ports:
6+
- "6379:6379"

0 commit comments

Comments
 (0)
Please sign in to comment.